wp_pages_create
Create a new WordPress page with full control over content, status, parent, and order. Defaults to draft for safe publishing.
Instructions
Create a new page. Default status="draft" (safe). Supports hierarchy via parent (page id) and ordering via menu_order. Publish/future/private require publish tier.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ||
| meta | No | ||
| slug | No | ||
| title | Yes | ||
| author | No | ||
| parent | No | ||
| status | No | draft | |
| content | Yes | ||
| excerpt | No | ||
| template | No | ||
| menu_order | No | ||
| featured_media | No |