Maintains a cannonical list of terms by syncing terms created for each blog with the global terms table.
Parameters
-
$term_idint required -
An ID for a term on the current blog.
-
$deprecatedstring optional -
Not used.
Default:
''
Source
function global_terms( $term_id, $deprecated = '' ) {
_deprecated_function( __FUNCTION__, '6.1.0' );
return $term_id;
}
User Contributed Notes
You must log in before being able to contribute a note or feedback.