Displays a list of all hooks fired (with arguments passed) on the current page, peak memory usage, SQL queries executed, some basic information about PHP and information about the current theme.
The plugin is meant to assist in development of your custom theme and SHOULD NOT BE run in a production environment.
Plugin outputs the following:
- All actions (and the defined callbacks + arguments) executed on the page (filters are excluded currently)
- WordPress theme information
- Some lightweight stats about memory usage and total execution time, plus some basic PHP information
- All SQL Queries executed on the page
- Upload the plugin files to the
/wp-content/plugins/ecs-theme-developer-tools
directory, or install the plugin through the WordPress plugins screen directly.
- Activate the plugin through the 'Plugins' screen in WordPress
You can also download the plugin from
http://www.roylindauer.com/ecs-theme-development-tools/ or
https://github.com/roylindauer/ecs-theme-developer-tools