返回 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. |