wp_update_category
Update a WordPress category by providing its ID and optionally modify name, slug, parent, or description.
Instructions
Update a category
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Category ID | |
| name | No | Category name | |
| slug | No | URL slug | |
| parent | No | Parent category ID | |
| description | No | Description |