In Django there is a debug toolbar that shows which template files and hooks are called while rendering a page.
Is there any plugin that shows which hooks are called for the current page in WordPress?
In Django there is a debug toolbar that shows which template files and hooks are called while rendering a page.
Is there any plugin that shows which hooks are called for the current page in WordPress?
There sure is, I talk about some of those options in this Q&A here: Is there a flowchart for wordpress loading sequence?
Here is a very brief summary of what was said,
Want to see what actions get fired during a request? Take a look at
this plugin by ToschoWant to see what’s hooked and where with what priority? Take a look at
this plugin by RarstAnd there’s also this plugin by Kaiser (Displays info about the current admin screen and its globals, contextual hooks)
There is also this plugin Debug Bar Action Hooks (requires Debugbar).
By no means is this list exclusive…