wp_posts_update
Partially update a WordPress post by ID, changing only the specified fields. Provide the attributes to modify without overwriting the rest.
Instructions
Partially update an existing post by id. Only fields provided are changed. Status transitions to publish/future/private require the publish tier.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| date | No | ||
| meta | No | ||
| slug | No | ||
| tags | No | ||
| title | No | ||
| author | No | ||
| status | No | ||
| sticky | No | ||
| content | No | ||
| excerpt | No | ||
| categories | No | ||
| featured_media | No |