You appear to be a bot. Output may be restricted
Description
Trace selected hooksHooks that you might be interested in are many and varied. You can find which hooks are invoked by enabling 'Count action hooks and filters' then type the hook into the text area to find out more.
Usage
bw_trace_add_trace_selected_hooks();
Parameters
Returns
voidSource
File name: oik-bwtrace/includes/bwtrace-actions.phpLines:
1 to 7 of 7
function bw_trace_add_trace_selected_hooks() { global $bw_action_options; $selected_hooks = bw_array_get( $bw_action_options, "hooks", null ); if ( $selected_hooks ) { bw_trace_add_filters( $selected_hooks, "bw_trace_parms", 0, 9 ); } }View on GitHub View on Trac