wordpress_create_comment
Add a comment to a WordPress post, including author name, email, and moderation status.
Instructions
[UNIFIED] Create a new WordPress comment on a post. Supports author information and moderation status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| status | No | hold | |
| content | Yes | ||
| post_id | Yes | ||
| author_name | No | ||
| author_email | No |