wp_update_category
Update a WordPress category by its ID, setting a new name to reorganize your site taxonomy.
Instructions
Updates an existing category.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | No | The ID of the WordPress site to target (from mcp-wordpress.config.json). Required if multiple sites are configured. | |
| id | Yes | The ID of the category to update. | |
| name | No | The new name for the category. |