Is there a way to know what functions are hooked to a particular hook? For example if I'd like to know what functions are hooked to the wp_head hook.
Thanks in advance.
|
Is there a way to know what functions are hooked to a particular hook? For example if I'd like to know what functions are hooked to the wp_head hook. Thanks in advance. |
|||
|
|
|
I'm pretty sure that this does what you want: |
|||
|
|
|
Look into the global variable
Sample output for
|
|||
|
|
take a look at this answer to a similar question and more specifically the plugin posted there by mike. |
|||||||||
|