wp_update_post
Update an existing WordPress post by changing its title, content, status, categories, or tags.
Instructions
Update an existing WordPress post. Change title, content, status, categories, or tags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Post ID to update | |
| tags | No | New tag IDs (optional) | |
| title | No | New title (optional) | |
| status | No | New status (optional) | |
| content | No | New content HTML (optional) | |
| categories | No | New category IDs (optional) |