Is there any debug toolbar that shows whick 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 Toscho

Want to see what’s hooked and where with what priority? Take a look at
this plugin by Rarst

And 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…

Leave a Comment