wordpress_moderate_comment
Change a WordPress comment's status by ID using actions like approve, hold, spam, or trash.
Instructions
Moderate a WordPress comment by changing its status.
Args: comment_id: Comment ID to moderate action: Moderation action (approve, hold, spam, trash)
Returns: Updated comment details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| comment_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||