wp_update_page_content
Replace the full content of a WordPress page with new raw content. Preview changes with dry run before saving.
Instructions
Replace the entire raw content of a WordPress page. Read the page first and pass its full replacement content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Page ID | |
| content | Yes | New raw content for the full page | |
| dry_run | No | Preview changes without writing |