Archive | /wp-admin/includes/misc.php RSS feed for this section

wp_reset_vars

Resets global variables based on $_GET and $_POSTThis function resets global variables based on the names passed in the $vars array to the value of $_POST[$var] or $_GET[$var] or ” if neither is defined.

4059

Continue reading