wordpress_update_page
Updates existing WordPress pages by modifying titles, content, status, slug, or template. Manage page details directly to keep them current and correct.
Instructions
Update an existing WordPress page.
Args: page_id: Page ID to update title: New title content: New content status: New status excerpt: New excerpt slug: New slug parent: New parent page ID menu_order: New menu order template: New template featured_media: New featured image ID date: New publication date
Returns: Updated page details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ||
| slug | No | ||
| title | No | ||
| parent | No | ||
| status | No | ||
| content | No | ||
| excerpt | No | ||
| page_id | Yes | ||
| template | No | ||
| menu_order | No | ||
| featured_media | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||