Назад к WordPress
Подключите Knoon AI к WordPress, чтобы автоматизировать AI рабочие процессы.
Create a taxonomy term.
wordpressXmlRpcDefaultDefaultCreateTerm
Бета
Внутренний
Разрешения
Нет элементов для отображения.
Опциональные разрешения
Нет элементов для отображения.
Параметры
| Имя | Тип | Описание | Обязательно |
|---|---|---|---|
| taxonomy | mustache | Taxonomy endpoint. Example: categories, tags. | Да |
| name | mustache | Term name. | Да |
| slug | mustache | Optional slug. | Нет |
| description | mustache | Optional description. | Нет |
| parentId | mustache | Optional parent term ID for hierarchical taxonomies. | Нет |
Возвраты
| Имя | Тип | Описание |
|---|---|---|
| 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. |