[wp-hackers] What's the best way of knowing which wordpress event to hook into?

Mike Schinkel mike at newclarity.net
Fri Jan 18 20:58:28 UTC 2013


On Jan 18, 2013, at 3:25 PM, Haluk Karamete <halukkaramete at gmail.com> wrote:
> Or.. is there another or more efficient way ( perhaps a plug in ) to
> let me know which ( hookable) core functions have run in the current
> or in the previous request? 


Use an IDE with a debugger like PhpStorm or PHPEd and trace through the code to see what hooks fire.

-Mike



More information about the wp-hackers mailing list