wp_add_post
Create a new WordPress post by supplying a title and content. Set status, excerpt, and other fields to publish or save as draft via the WordPress REST API.
Instructions
Add a new WordPress post
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Post title | |
| status | No | Post status | |
| content | Yes | Post content | |
| excerpt | No | Post excerpt |