wp_get_page_revisions
Retrieve all revisions for a given WordPress page by specifying its ID. Use this to view or restore previous versions of a page.
Instructions
Retrieves revisions for a specific 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 get revisions for. |