install_global_terms()WP 3.0.0

Deprecated from version 6.1.0. It is no longer supported and can be removed in future releases. It is recommended to replace this function with the same one.

Install global terms.

No Hooks.

Return

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() code WP 6.8

function install_global_terms() {
	_deprecated_function( __FUNCTION__, '6.1.0' );
}