wp_posts_publish
Publish an existing WordPress post by its ID, changing its status to published. Use this to make a draft or scheduled post live via the REST API.
Instructions
Publish an existing post by id (sets status to "publish"). Shortcut for wp_posts_update with status="publish". Requires publish tier.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |