wp_create_comment
Create a comment on a WordPress post with content, optional parent for replies, and author details for guest users.
Instructions
Create a comment on a post
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| post | Yes | Post ID | |
| content | Yes | Comment content | |
| parent | No | Parent comment ID (for replies) | |
| author_name | No | Author name (if not logged in) | |
| author_email | No | Author email (if not logged in) |