Get a term
get_termFetch a WordPress taxonomy term by ID to get its description, parent, item count, and registered meta.
Instructions
Fetch one taxonomy term by ID, including its description, parent, item count and any registered term meta.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The term ID. | |
| site_id | No | Which configured WordPress site to act on. Optional — with a single site configured it is used automatically; with several, the default site is used unless you name one. Run list_sites for valid ids. | |
| taxonomy | No | Taxonomy slug or REST base (category, post_tag/tags, or a custom one). | category |