You appear to be a bot. Output may be restricted
Description
Adds anychange logic if required
Usage
bw_trace_add_trace_anychange();
Parameters
Returns
voidSource
File name: oik-bwtrace/includes/bwtrace-actions.phpLines:
1 to 7 of 7
function bw_trace_add_trace_anychange() { global $bw_action_options; $anychange = bw_array_get( $bw_action_options, "anychange", null ); if ( $anychange || defined( "BW_TRACE_ANYCHANGE" ) ) { oik_require( "includes/bwtrace-anychange.php", "oik-bwtrace" ); } }View on GitHub View on Trac