How To: Get an Overview of all Action and Filter Hooks

How To:  Get an Overview of all Action and Filter Hooks

Here’s a very cool little tidbit I found today (strangely enough, I found it in the bbpress codebase, while working on a bbpress plugin..)  Wordpress keeps track of which function/filter combinations are registered, along with which action hooks have been called at any point.  If you’re having trouble trying to figure out which action hook [...]