wp_posts_get_revision
Fetch a single revision of a WordPress post by ID to read its content for diffing or restoration.
Instructions
Fetch a single revision of a post by id. Use wp_posts_get_revisions to list revisions, then this to read a specific one's content for diffing or restoration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| post_id | Yes | ||
| revision_id | Yes |