wordpress_update_comment
Modify WordPress comments by approving, marking as spam, trashing, or editing content to maintain site moderation and user engagement.
Instructions
Update comment (approve, spam, trash, edit content)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| commentId | Yes |
Input Schema (JSON Schema)
{
"properties": {
"commentId": {
"type": "number"
}
},
"required": [
"commentId"
],
"type": "object"
}