返回 WordPress
将 Knoon AI 与 WordPress 连接以自动化 AI 工作流。
Get comment count for all posts or for a specific post.
wordpressXmlRpcDefaultDefaultGetCommentCount
测试版
权限
没有可显示的项目。
可选权限
没有可显示的项目。
参数
| 名称 | 类型 | 描述 | 必填 |
|---|---|---|---|
| postId | mustache | Optional post ID filter. | 没有 |
| status | string | Optional comment status filter. Defaults to APPROVE. | 没有 |
回报
| 名称 | 类型 | 描述 |
|---|---|---|
| count | string | Total comments count. |
| postId | string | Filtered post ID if provided. |
| status | string | Applied status filter. |