wordpress_update_comment
Update an existing WordPress comment's content or moderation status by providing its comment ID and new values.
Instructions
Update an existing WordPress comment.
Args: comment_id: Comment ID to update content: New comment content status: New status (approved, hold, spam, trash)
Returns: Updated comment details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | ||
| content | No | ||
| comment_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||