A WordPress plugin to display all the actions calls. Optionally will display the parameters with which each action is called.
This plugin is for developers. DO NOT INSTALL AND ACTIVATE IN PRODUCTION...EVER.
- 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
showDebugTrace=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.showDebugTime=1This will force the plugin to show you the time - as generated bymicrotime()- that the action was executed.showDebugArgs=1This will force the plugin to display the arguments that the plugin was called with, if any.