wp_get_page
Fetch full WordPress page content by ID or slug, returning raw content with shortcodes visible.
Instructions
Get full content of a WordPress page by ID or slug. Returns raw content with shortcodes visible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Page ID | |
| ref | No | Page ID or slug | |
| slug | No | Page slug (alternative to ID) |