install_global_terms()
Deprecated since 6.1.0. It is no longer supported and may be removed in future releases. It is recommended to replace this function with the same one.
Install global terms.
No Hooks.
Returns
null. Nothing (null).
Usage
install_global_terms();
Changelog
| Since 3.0.0 | Introduced. |
| Since 6.1.0 | This function no longer does anything. |
| Deprecated since | 6.1.0 |
install_global_terms() install global terms code WP 6.9.1
function install_global_terms() {
_deprecated_function( __FUNCTION__, '6.1.0' );
}