wordpress_update_category
Modify existing WordPress categories by updating their name, description, or parent category to organize content effectively.
Instructions
[UNIFIED] Update an existing WordPress category. Can modify name, description, and parent category.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| category_id | Yes | ||
| name | No | ||
| description | No | ||
| parent | No |