fetch_page_by_id
Retrieve a specific WordPress page by providing its ID. Access page data for editing or display.
Instructions
Fetch a single page by ID from a WordPress site. Args: page_id (int): The ID of the page to fetch. Returns: dict[str, Any]: The response from the WordPress API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes |