You appear to be a bot. Output may be restricted
Description
Display trace notes
Usage
oik_trace_notes();
Parameters
Returns
voidSource
File name: oik-bwtrace/admin/oik-bwtrace.phpLines:
1 to 10 of 10
function oik_trace_notes() { BW_::p( __( "The tracing output produced by oik-bwtrace can be used for problem determination.", "oik-bwtrace" ) ); BW_::p( __( "The oik-bwtrace plugin should <b>not</b> need to be activated on a live site.", "oik-bwtrace" ) ); BW_::p( __( "If you do need to activate it, only do so for a short period of time.", "oik-bwtrace" ) ); BW_::p( __( "You will need to specify the trace files directory and trace file names.", "oik-bwtrace" ) ); BW_::p( __( "When you want to trace processing check 'Trace enabled'", "oik-bwtrace" ) ); BW_::p( __( "Specifying a different file name and limit for each transaction can help you to trace multiple concurrent requests.", "oik-bwtrace" ) ); bw_flush(); }View on GitHub View on Trac