wp_update_page
Updates an existing WordPress page by ID, modifying its title, content, status, parent, or menu order.
Instructions
Update an existing page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Page ID | |
| title | No | Page title | |
| content | No | Page content (HTML) | |
| status | No | Page status | |
| parent | No | Parent page ID | |
| menu_order | No | Menu order |