Description
Initialise hardcoded trace optionsWhen trace is invoked during startup processing we can't access the wp_options table so we have to use hardcoded values.
Usage
bw_trace_inc_init();Parameters
Returns
voidTO DO
Use values of trace constants instead?Source
File name: oik-bwtrace/includes/bwtrace.phpLines:
1 to 8 of 8
function bw_trace_inc_init() { global $bw_trace_options; bw_trace_off(); $bw_trace_options = array( 'file' => "bwtrace.loh", 'trace' => 0, 'reset' => 0, ); if ( !empty( $_REQUEST['_bw_trace_reset'] ) ) { bw_trace_reset(); } }View on GitHub View on Trac
Called by
1 to 1 of 1
Invoked by
Calls
1 to 2 of 2
