W3cubDocs

/WordPress

global_terms_enabled(): bool

Determines whether global terms are enabled.

Return

bool Always returns false.

Source

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

	return false;
}

Changelog

Version Description
6.1.0 This function has been deprecated.
3.0.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/global_terms_enabled