Adds menu to the gallery that shows query cache and useful debugging information.. When WP DEBUG is recommend it also tracks PHP Warnings and Notices to make easy to find.. To enable these application add the following code to your wp-config. php file. define 'WP DEBUG true define 'SAVEQUERIES true. Add PHP MySQL console with Debug Bar Console plugin.. There many other add-ons available to get insight for example Post Types Shortcodes WP Cron Language issue loading Actions and Filters and so on. Browse the code recheck out SVN repository or subscribe to the development log RSS.... Updated to avoid incompatibilities with some extensions.. Updated to avoid PHP7 Deprecated notices.. Fixed display files for WP Query debug CPT archives pages. Added deprecated terms tracking.
Read more