Core Function
View Source on Trac ↗ global_terms()
global_terms( mixed $term_id, mixed $deprecated = '' ) Maintains a canonical list of terms by syncing terms created for each blog with the global terms table.
Parameters 1 required
| Name / Type | Description |
|---|---|
| $term_id int | An ID for a term on the current blog. Required |
| $deprecated string | Not used. |
Return Value
(int)
An ID from the global terms table mapped from $term_id.
Function Information
Since Version
3.0.0
Source File
wp-includes/ms-deprecated.php
Advertisement