You appear to be a bot. Output may be restricted
Description
Display trace reset
Usage
oik_trace_reset_notes();
Parameters
Returns
voidSource
File name: oik-bwtrace/admin/oik-bwtrace.phpLines:
1 to 14 of 14
function oik_trace_reset_notes() { $oik_sc_help = oik_require_lib( "oik-sc-help" ); if ( $oik_sc_help && !is_wp_error( $oik_sc_help ) ) { bw_trace2( $oik_sc_help, "oik-sc-help", false, BW_TRACE_DEBUG ); if ( function_exists( "bw_invoke_shortcode" ) ) { bw_invoke_shortcode( "bwtrace", null, __( "Use the [bwtrace] shortcode in a widget to provide an instant trace reset and page reload.", "oik-bwtrace" ) ); } else { bw_trace_included_files(); } } else { bw_trace2( $oik_sc_help, "oik-sc-help" ); BW_::p( __( "Activate the oik base plugin to enable the [bwtrace] shortcode", "oik-bwtrace" ) ); } }View on GitHub View on Trac