You appear to be a bot. Output may be restricted
Description
Reset globals
Unset all values in $_POST, ready for the next request
Usage
oiksc_reset_globals();
Parameters
Returns
void
Source
File name: oik-shortcodes/admin/oik-create-apis.php
Lines:
1 to 12 of 12
function oiksc_reset_globals() { bw_trace2( $_POST, "_POST", false, BW_TRACE_VERBOSE ); unset( $_POST ); global $oikai_hook; //var_dump( $oikai_hook ); $oikai_hook = null; //var_dump( $oikai_hook ); global $oikai_association; $oikai_association = null; global $oikai_callee; $oikai_callee = null; }