Maintains a canonical list of terms by syncing terms created for each blog with the global terms table.
$term_idintrequired
$deprecatedstringoptional
Default:''
function global_terms( $term_id, $deprecated = '' ) {
_deprecated_function( __FUNCTION__, '6.1.0' );
return $term_id;
}
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/global_terms