You appear to be a bot. Output may be restricted
Description
Prepare for counting action hooks and filters
Usage
bw_lazy_trace_count();
Parameters
Returns
voidSource
File name: oik-bwtrace/includes/oik-action-counts.phpLines:
1 to 6 of 6
function bw_lazy_trace_count() { bw_trace2( "Initialising action counts", null, false, BW_TRACE_VERBOSE ); oik_require( "includes/oik-actions.php", "oik-bwtrace" ); add_action( "all", "bw_trace_count_all", 10, 2 ); add_action( "shutdown", "bw_trace_count_report", 99 ); }View on GitHub View on Trac