wp_update_post
Update an existing WordPress post while automatically creating a snapshot for safe rollback.
Instructions
Update an existing WordPress post (creates snapshot before update)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| title | No | ||
| slug | No | ||
| status | No | ||
| content | No | ||
| excerpt | No | ||
| categories | No | ||
| tags | No | ||
| featured_media | No | ||
| sticky | No | ||
| meta | No |