wordpress_list_comments
Retrieve WordPress comments with filters for post ID, status, search, sorting, and pagination. Get paginated comment lists with status details for moderation and review.
Instructions
List WordPress comments with filtering.
Args: post: Filter by post ID status: Filter by status (approved, hold, spam, trash) search: Search comments by content page: Page number (default: 1) per_page: Results per page, max 100 (default: 10) orderby: Sort by field (date, id) order: Sort direction (asc, desc)
Returns: List of comments with pagination info
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| post | No | ||
| order | No | desc | |
| search | No | ||
| status | No | ||
| orderby | No | date | |
| per_page | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||