When you’re troubleshooting issues with your site, and trying to reproduce a reported problem, it is incredibly helpful to know details about the system of the person who reported the problem. However, many non-technical users will not know the answer to your questions about browsers and JavaScript and cookies, and sending them to a site where they can get these details can feel overwhelming for them. That’s where the “Send Support Details” ...
The Problem I got back into WordPress Themes and Plugins programming and found myself struggled debugging my code. There are several options to debug PHP code but each has its drawbacks for me: using print or echo somewhere in the HTML code (it could break JS stuff, too distracting [you could style them but you still need to mess with the HTML ]) using a IDE (setup, using a IDE ) other solutions (several things must be installed, too di...