wp_create_comment
Create a new comment on a WordPress post by specifying the post ID and content, with optional author name and email.
Instructions
Create a new comment on a WordPress post.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| post | Yes | Post ID to comment on | |
| content | Yes | Comment content | |
| author_name | No | Comment author name | |
| author_email | No | Comment author email |