wordpress_update_page
Update a WordPress page by ID. Change title, content, excerpt, slug, status, parent, or menu order.
Instructions
Update a WordPress page by ID. Only title, content, excerpt, slug, status, parent, and menu order are supported.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| title | No | ||
| content | No | ||
| excerpt | No | ||
| slug | No | ||
| status | No | ||
| parent | No | ||
| menuOrder | No |