You appear to be a bot. Output may be restricted
Description
Turn off action hook and filter counting
Usage
bw_trace_count_off();
Parameters
Returns
voidSource
File name: oik-bwtrace/includes/oik-action-counts.phpLines:
1 to 5 of 5
function bw_trace_count_off() { global $bw_count_on; $bw_count_on = false; remove_action( "all", "bw_trace_count_all" ); }View on GitHub View on Trac