Add Debug Bar to your WordPress website to debug and develop your themes, plugins, etc.. With the plugin you can find every variables you want to debug in the same place and use debug functions to display them.. To help you to debug your website you need to add some code to your wp-config php file. define PHP errors, notices and warnings will be displayed define Display queries current page define Disable WP Fatal handler. This is one of the aspect of the plugin, to debug variables in separate place.. The difficult task when you debug variable is to deal with width, with the plugin you have bar where you can add the variables of the current page.. To add variable to the bar you can use the function bellow.. Upload the plugin files to the wp-content plugins kl-debug directory, or install the plugin through WordPress plugins screen directly.. Go to your FTP explorer and navigate to the plugin wp-content>plugins. Rename the folder by adding in the beginning of the folder name... Interested in development.., check out SVN repository, or subscribe to the development log by RSS...
Read more