You appear to be a bot. Output may be restricted
Description
Add selected hooks to trace the attached hooks
Usage
bw_trace_add_trace_selected_hooks_attached_hooks();
Parameters
Returns
voidSource
File name: oik-bwtrace/includes/bwtrace-actions.phpLines:
1 to 7 of 7
function bw_trace_add_trace_selected_hooks_attached_hooks() { global $bw_action_options; $selected_hooks = bw_array_get( $bw_action_options, "hook_funcs", null ); if ( $selected_hooks ) { bw_trace_add_filters( $selected_hooks, "bw_trace_attached_hooks", 0, 9 ); } }View on GitHub View on Trac