global_terms_enabled(): bool

In this article

This function has been deprecated since 6.1.0.

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

VersionDescription
6.1.0Deprecated.
3.0.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.