wp_get_content
Retrieve a WordPress post, page, or product by ID with full details including content, meta, categories, tags, and WooCommerce data.
Instructions
Get a single WordPress content item by ID with full details including content, meta fields, categories, tags, and WooCommerce product data if applicable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Post ID | |
| type | Yes | Post type: "post", "page", "product" |