We'll create fresh WordPress site with SM Debug Bar installed. You have 20 minutes to test the plugin after that site we'll be deleted.
EASY TO USE! Developers who build plugins and themes everyday know the constant hassle of finding the proper place to print out PHP variables and objects to see whats going on. This plugin will help you with that process by giving you a simple function to call, that automatically appends a printed version of your variable/object/array and sends it to a hidden DIV that only loads when the admin bar loads, and only loads when logged in with administrative permissions in wordpress.
So whats the catch? Well, using utilities like this always prooves difficult because knowing how it works is often complex. We have simplified the process as much as possible. Here is an example:
USAGE -> Quickstart: Open any php file that you know is being loaded and add “dbug($GLOBALS)” to print all global variables.
1. You built a new array thats holding some custom meta data loaded on the page.
2. For some reason, you think its empty, or the values are not acting like you expect.
3. Next step is typically to print it out right?
4. With this plugin activated, simply add the following to your file without the quotes “dbug($myarray);”
5. Maybe its 4 arrays and a string you are trying to follow, no problem “dbug($myarray1); dbug($myarray2); dbug($myarray3); dbug($myarray4); dbug($mystring1);”
6. Now load the page, click the “Debug” link at the top of the screen, watch the debug menu slide out, and notice all your variables are printed nicely for your viewing.
Plugin provided by http://sethmatics.com/.
Features include:
Features Coming soon:
Don’t forget to rate our plugin so we know how we are doing!