You appear to be a bot. Output may be restricted
Description
Turn on action hook and filter counting
Usage
bw_trace_count_on();
Parameters
Returns
voidSource
File name: oik-bwtrace/includes/oik-action-counts.phpLines:
1 to 9 of 9
function bw_trace_count_on() { global $bw_count_on; global $bw_action_counts; if ( !isset( $bw_action_counts ) ) { $bw_action_counts = array(); bw_trace2( "reset bw_action_counts", null, false, BW_TRACE_VERBOSE ); } $bw_count_on = true; }View on GitHub View on Trac