Retour à WordPress
Connecter Knoon AI avec WordPress pour automatiser les flux de travail AI.
List terms from a taxonomy.
wordpressXmlRpcDefaultDefaultGetTerms
Bêta
Autorisations
Il n'y a aucun élément à afficher.
Autorisations optionnelles
Il n'y a aucun élément à afficher.
Paramètres
| Nom | Type | Description | Requis |
|---|---|---|---|
| taxonomy | mustache | Taxonomy endpoint. Example: categories, tags. | Oui |
| search | mustache | Optional search query. | Non |
| hideEmpty | boolean | Exclude empty terms. Defaults to FALSE. | Non |
| limit | mustache | Rows per page (1-100). Defaults to 20. | Non |
| page | mustache | Page number. Defaults to 1. | Non |
Retours
| Nom | Type | Description |
|---|---|---|
| termId | string | WordPress term ID. |
| taxonomy | string | Taxonomy slug. |
| name | string | Term name. |
| slug | string | Term slug. |
| description | string | Term description. |
| count | string | Number of items in term. |
| url | string | Term URL. |
| parentId | string | Parent term ID. |