wp_get_post_revisions
Retrieve revision history for a WordPress post, including change details, dates, and authors, to manage content and audit edits.
Instructions
Retrieves the revision history for a specific post, including details about changes, dates, and authors for content management and auditing purposes.
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 post to get revisions for. |