wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
wp_reset_vars › WordPress Function
Seit2.0.0
Veraltetn/v
› wp_reset_vars ( $vars )
| Parameter: |
|
| Definiert in: |
|
| Codex: |
Resets global variables based on `$_GET` and `$_POST`.
This function resets global variables based on the names passed in the$vars array to the value of $_POST[$var] or $_GET[$var] or an
empty string if neither is defined.Ähnliche Funktionen: wp_set_wpdb_vars, wp_reset_query, wp_reset_postdata, wp_register, wp_fix_server_vars