wordpress_create_custom_post
Create a new post for any custom post type in WordPress, with support for custom fields and meta data.
Instructions
[UNIFIED] Create a new post of a custom post type. Supports custom fields/meta data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meta | No | ||
| site | Yes | ||
| title | Yes | ||
| status | No | draft | |
| content | Yes | ||
| post_type | Yes |