wp_update_post
Update an existing WordPress post by ID, changing its title, content, or status. Requires WP credentials (username and app password) to perform the edit.
Instructions
Update an existing WordPress post. Requires WP_USERNAME/WP_APP_PASSWORD to be configured.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| title | No | ||
| status | No | ||
| content | No |