wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_unregister_globals › WordPress Function

Seit2.1.0
Veraltet5.5.0
wp_unregister_globals ( Keine Parameter )
Zugriff:
  • private
Definiert in:
Codex:

Turn register globals off.



Quellcode

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' );
}