You appear to be a bot. Output may be restricted
Description
Turn off string watchingNot yet used by oik-bwtrace.
Usage
bw_trace_anychange_off();
Parameters
Returns
voidSource
File name: oik-bwtrace/includes/bwtrace-anychange.phpLines:
1 to 3 of 3
function bw_trace_anychange_off() { remove_action( "all", "bw_trace_anychange", 9999 ); }View on GitHub View on Trac