You appear to be a bot. Output may be restricted
Description
Trace selected resultsFilter hooks 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. Here we register the filter hook with a high value for priority
Usage
bw_trace_add_trace_selected_filters();
Parameters
Returns
voidSource
File name: oik-bwtrace/includes/bwtrace-actions.phpLines:
1 to 7 of 7
function bw_trace_add_trace_selected_filters() { global $bw_action_options; $selected_hooks = bw_array_get( $bw_action_options, "results", null ); if ( $selected_hooks ) { bw_trace_add_filters( $selected_hooks, "bw_trace_results", 9999, 9 ); } }View on GitHub View on Trac