WP Traces
A simple plugin to show you exactly what actions are being called when you run WordPress.
by Arun Chaitanya Jami · github.com/arunchaitanyajami/wp-traces · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/arunchaitanyajami/wp-traces/archive/refs/heads/master.zipReadme
wp-traces
A simple plugin to show you exactly what actions are being called when you run WordPress.
Instructions:
- Install the plugin. (This is a test, if you don't know how to install a plugin from github then this is the wrong plugin for you.)
- Activate
- Open a page in your WordPress powered site
- Add showDebugTrace=1 to the URL (put a ? or & before it as appropriate)
- Scroll to the bottom of the page
Options:
debug_race=1This turns the display on. If you have the plugin installed and activated but don't put this on the URL, nothing will show. The plugin is still active, and will still slow your site down, but it will not display anything.debug_time=1This will force the plugin to show you the time - as generated bymicrotime()- that the action was executed.debug_args=1This will force the plugin to display the arguments that the plugin was called with, if any.