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



global_terms_enabled › WordPress Function

Since3.0.0
Deprecated6.1.0
global_terms_enabled ( No parameters )
Returns:
  • (bool) Always returns false.
Defined at:
Codex:
Change Log:
  • 6.1.0

Determines whether global terms are enabled.



Source

function global_terms_enabled() {
	_deprecated_function( __FUNCTION__, '6.1.0' );

	return false;
}