wordpress_get_comments
Retrieve WordPress comments with filtering options by post and status to manage site discussions and moderation workflows.
Instructions
Get comments with filtering by post and status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| perPage | Yes |
Input Schema (JSON Schema)
{
"properties": {
"perPage": {
"type": "number"
}
},
"required": [
"perPage"
],
"type": "object"
}