wp_update_comment
Update an existing WordPress comment by providing its ID and optional new content or status.
Instructions
Updates an existing comment.
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 comment to update. | |
| content | No | The updated content for the comment. | |
| status | No | The new status for the comment. |