On this page
global_terms_enabled(): bool
This function has been deprecated.
Determines whether global terms are enabled.
Return
bool Always returns false.
Source
File: wp-includes/deprecated.php. View all references
function global_terms_enabled() {
_deprecated_function( __FUNCTION__, '6.1.0' );
return false;
}
Related
Uses
| Uses | Description |
|---|---|
| _deprecated_function() wp-includes/functions.php | Marks a function as deprecated and inform when it has been used. |
Changelog
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/global_terms_enabled