wp_approve_comment
Approve a pending WordPress comment by providing its comment ID, optionally targeting a specific site in multi-site configurations.
Instructions
Approves a pending comment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the comment to approve. | |
| site | No | The ID of the WordPress site to target (from mcp-wordpress.config.json). Required if multiple sites are configured. |