wp_update_page
Update an existing WordPress page by its ID. Optionally set a new title, status, or HTML content for the page.
Instructions
Update an existing WordPress page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Page ID to update | |
| title | No | New title (optional) | |
| status | No | New status (optional) | |
| content | No | New content HTML (optional) |