wp_create_page
Create a WordPress page with custom title, content, slug, status, and metadata. Preview changes with dry-run before publishing.
Instructions
Create a WordPress page. Supports dry-run previews.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | ||
| title | Yes | ||
| author | No | ||
| parent | No | ||
| status | No | draft | |
| content | No | ||
| dry_run | No | Preview changes without writing | |
| excerpt | No | ||
| date_gmt | No | ||
| template | No | ||
| menu_order | No | ||
| featured_media | No |