You appear to be a bot. Output may be restricted
Description
Add stringwatch logic if requiredSince this won't get used often it's in a separate file … that might get loaded earlier by the MU plugin
Usage
bw_trace_add_trace_stringwatch();
Parameters
Returns
voidSource
File name: oik-bwtrace/includes/bwtrace-actions.phpLines:
1 to 7 of 7
function bw_trace_add_trace_stringwatch() { global $bw_action_options; $stringwatch = bw_array_get( $bw_action_options, "stringwatch", null ); if ( $stringwatch || defined( "BW_TRACE_STRINGWATCH" ) ) { oik_require( "includes/bwtrace-stringwatch.php", "oik-bwtrace" ); } }View on GitHub View on Trac