=== ECS Theme Developer Tools === Contributors: royl Tags: developers, toolkit, debugger, profiler, ecs, tdt Requires at least: 3.5 Tested up to: 4.6 Stable tag: trunk License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html Provides debugging information and insight into your WordPress application. 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. == Description == 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 == Installation == 1. Upload the plugin files to the `/wp-content/plugins/ecs-theme-developer-tools` directory, or install the plugin through the WordPress plugins screen directly. 1. 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 == Screenshots == 1. Report Listings Page 2. Report Details - Action Debugger 3. Report Details - SQL Queries 4. Report Details - Theme Information == Changelog == = 0.3.1 = * Update screenshots = 0.3 = * Refactored report collection * Add admin UI to view reports = 0.2.2 = * Remove cruft = 0.2.0 = * Add cron list to output. * Cleaned up source per WordPress coding standards