Use the Trace attached hook functions
text area field to enter a comma separated list of selected hooks for which you want to determine the attached hook functions.
Sample trace output
Sample output for the_content
.
Notes
- The output shows the priority to which the functions are attached
- The number of parameters expected by the hook is shown after the semi-colon
- For each priority the functions are invoked in the order listed.
- Hooks implemented in methods are prefixed with the class e.g
WP_Embed::run_shortcode;1
- The code also supports anonymous functions showing
Closure
- If tracing is set to
BW_TRACE_VERBOSE
you also get a trace record for theWP_Hook
object, from which the summary is produced.