List taxonomy terms
wp_list_termsList terms from a WordPress taxonomy to map term names to numeric IDs for use in content tools. Specify taxonomy, search, and pagination to retrieve the terms you need.
Instructions
List the terms in a taxonomy (e.g. all categories or tags), so you can map names to the numeric IDs that content tools expect.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | No | Configured site name. Omit to use the default site. | |
| search | No | ||
| per_page | No | ||
| taxonomy | No | Taxonomy slug. | category |