wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



wp_unregister_globals › WordPress Function

Depuis2.1.0
Dépréciée5.5.0
wp_unregister_globals ( Pas de paramètres )
Accès:
  • private
Défini(e) dans:
Codex:

Turn register globals off.



Source

function wp_unregister_GLOBALS() {
	// register_globals was deprecated in PHP 5.3 and removed entirely in PHP 5.4.
	_deprecated_function( __FUNCTION__, '5.5.0' );
}