wp_create_page
Create a new WordPress page with specified title and optional content, slug, status, template, and meta fields.
Instructions
Create a new WordPress page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Page title | |
| slug | No | ||
| status | No | draft | |
| content | No | HTML or Gutenberg block content | |
| excerpt | No | ||
| parent | No | ||
| template | No | ||
| featured_media | No | ||
| meta | No |