wp_get_page_revisions
Retrieve the revision history for a specific WordPress page by ID. View all saved edits and compare versions to manage content updates.
Instructions
Retrieves revisions for a specific page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the page to get revisions for. | |
| site | No | The ID of the WordPress site to target (from mcp-wordpress.config.json). Required if multiple sites are configured. |