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