// To use bw_trace, bw_trace2 or bw_callback calls in WordPress core
// we need to define the functions, so we include bwtrace.inc
// If we want trace and actions to be enabled and reset then // we also need to define these as TRUE // Note: action tracing and resetting will be enabled by default
define( 'BW_TRACE_CONFIG_STARTUP', true ); define( 'BW_TRACE_RESET', true ); define( 'BW_ACTIONS_RESET', true );
require_once( ABSPATH . '/wp-content/plugins/oik/bwtrace.inc' );