Lines:
1 to 31 of 31
<?php // (C) Copyright Bobbing Wide 2017 /** * oik-bwtrace's "Any change" capability * * Monitor a particular variable or constant and report any change. * * We're using this to find out where the value of the constant PHP_SAPI changes when running oik-shortcodes in wp-a2z.org * * */ bw_trace_anychange_loaded(); /* function bw_trace_anychange_loaded() – Start watching for any change if required */ /* function bw_trace_anychange() – ‘all’ hook looking for the changes to things listed in string BW_TRACE_ANYCHANGE */ /* function bw_trace_anychange_on() – Turn on anychangeing */ /* function bw_trace_anychange_off() – Turn off string watching */View on GitHub View on Trac