wp_update_page
Update a WordPress page by specifying its ID and optional modifications; a snapshot is automatically created before the update.
Instructions
Update an existing WordPress page (creates snapshot before update)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Page ID | |
| title | No | ||
| slug | No | ||
| status | No | ||
| content | No | ||
| excerpt | No | ||
| parent | No | ||
| template | No | ||
| featured_media | No | ||
| meta | No |