WordPress に戻る
WordPress と Knoon AI を接続して 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. |