函数原型
global_terms_enabled(): bool
函数描述
Determines whether global terms are enabled.
是否弃用
Warning: This function has been deprecated.
函数参数
无
函数返回值
bool Always returns false.
函数位置
File: wp-includes/deprecated.php.
函数源码
function global_terms_enabled() {
_deprecated_function( __FUNCTION__, '6.1.0' );
return false;
}
源码链接
变更日志
| Version | Description |
|---|---|
| 6.1.0 | This function has been deprecated. |
| 3.0.0 | Introduced. |

