wp_reply_comment
Reply to a comment as the site administrator by supplying the post ID, parent comment ID, and reply content. Enables direct comment moderation and engagement through the WordPress REST API.
Instructions
Reply to a comment as the site administrator.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Reply content | |
| post_id | Yes | Post ID | |
| parent_id | Yes | Parent comment ID to reply to |