wordpress_update_post
Update any field of an existing WordPress post, including title, content, status, categories, and tags. Specify the site and post ID to modify.
Instructions
[UNIFIED] Update an existing WordPress post. Can update any field including title, content, status, categories, and tags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| slug | No | ||
| tags | No | ||
| title | No | ||
| status | No | ||
| content | No | ||
| excerpt | No | ||
| post_id | Yes | ||
| categories | No | ||
| featured_media | No |