You appear to be a bot. Output may be restricted
Description
Determine the tracing status
This logic is performed before testing the trace level and whether or not a specific IP address is being traced. Additionally, it checks different values when DOING_AJAX is true.
Usage
$bool = bw_trace_status();
Parameters
Returns
bool the determined value of $bw_trace_on
Source
File name: oik-bwtrace/oik-bwtrace.php
Lines:
1 to 7 of 7
function bw_trace_status() { global $bw_trace_on, $bw_trace; //, $bw_trace_options; $bw_trace_on = $bw_trace->status(); return $bw_trace_on; }