Back to WordPress
Connect Knoon AI with WordPress to automate AI workflows.
Get comment count for all posts or for a specific post.
wordpressXmlRpcDefaultDefaultGetCommentCount
BETA
Permissions
There are no items to display.
Optional permissions
There are no items to display.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| postId | mustache | Optional post ID filter. | No |
| status | string | Optional comment status filter. Defaults to APPROVE. | No |
Returns
| Name | Type | Description |
|---|---|---|
| count | string | Total comments count. |
| postId | string | Filtered post ID if provided. |
| status | string | Applied status filter. |