Erstelle WordPress Seite
wp_create_pageCreate a WordPress page with custom title and content. Configure slug, parent page, status, and template for full control.
Instructions
Erstellt eine neue WordPress-Seite
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | ||
| title | Yes | Titel der Seite | |
| parent | No | Parent-Seiten-ID | |
| status | No | ||
| content | Yes | Inhalt der Seite | |
| template | No | Template-Dateiname |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| link | Yes | ||
| status | Yes |