You appear to be a bot. Output may be restricted
Description
Trace the trace startupNotes:
- The merging of $_GET and $_POST data into $_REQUEST depends on php.ini settings. @link http://php.net/request-order
- wp_magic_quotes() is normally called after this function has been run, since it's invoked after plugins have been loaded.
- wp_magic_quotes() adds the 'sometimes unwanted' backslashes to $_GET, $_POST, $_COOKIE and $_SERVER.
- wp_magic_quotes() also remerges $_GET and $_POST into $_REQUEST.
- Other plugins and themes can fiddle with these superglobals.
Usage
bw_trace_trace_startup();
Parameters
Returns
voidSource
File name: oik-bwtrace/includes/bwtrace.phpLines:
1 to 4 of 4
function bw_trace_trace_startup() { global $bw_trace; $bw_trace->trace_startup(); }View on GitHub View on Trac