wp_update_post_content
Replace the entire raw content of a WordPress post by providing the post ID and new content. Preview changes with the dry-run option.
Instructions
Replace the entire raw content of a WordPress post.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Post ID | |
| content | Yes | New raw content for the full post | |
| dry_run | No | Preview changes without writing |