wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_unregister_globals › WordPress Function

Since2.1.0
Deprecated5.5.0
wp_unregister_globals ( No parameters )
Access:
  • private
Defined at:
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' );
}