wp_update_page
Update a WordPress page by specifying its ID and optional new title, content, or status.
Instructions
Updates an existing page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | No | The ID of the WordPress site to target (from mcp-wordpress.config.json). Required if multiple sites are configured. | |
| id | Yes | The ID of the page to update. | |
| title | No | The new title for the page. | |
| content | No | The new content for the page, in HTML format. | |
| status | No | The new status for the page. |