wp_update_page
Update a WordPress page by ID, changing its title, content, or status through the REST API to keep site pages current.
Instructions
Update a WordPress page by ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Page ID | |
| title | No | Page title | |
| status | No | Page status | |
| content | No | Page content |