wp_pages_update
Update a WordPress page by ID, changing only the fields you provide. Manage status transitions, re-parenting, and content edits with publish restrictions.
Instructions
Partially update an existing page by id. Only provided fields are changed. Status transitions to publish/future/private require the publish tier. Use parent to re-parent the page in the hierarchy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| date | No | ||
| meta | No | ||
| slug | No | ||
| title | No | ||
| author | No | ||
| parent | No | ||
| status | No | ||
| content | No | ||
| excerpt | No | ||
| template | No | ||
| menu_order | No | ||
| featured_media | No |