wordpress_get_revision
Retrieve a specific revision of a WordPress post by providing the post ID and revision ID to access its content and details.
Instructions
Get a specific revision of a WordPress post.
Args: post_id: Post ID revision_id: Revision ID
Returns: Revision details with content
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| post_id | Yes | ||
| revision_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||