>
Download This Plugin | |
Download Elegant Themes | |
Name | SM Debug Bar |
Version | 1.2 |
Author | Seth Carstens |
Rating | 0 |
Last updated | 2011-06-10 11:01:00 |
Downloads |
1101
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
SM Debug Bar plugin added 13 bytes of resources to the Home page and 17 bytes of resources to the sample Post page.
SM Debug Bar plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! SM Debug Bar plugin ads no tables to your Wordpress blog database.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!