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