bricks_get_page_css
Retrieve custom CSS for a page or post in Bricks Builder, stored in post meta. Specify post ID and type to get the CSS.
Instructions
Get custom CSS for a page (stored in _bricks_page_css_2 post meta).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | No | Site key for multi-site support. Available: main. Defaults to "main". | |
| post_id | Yes | The page/post ID | |
| post_type | No | Post type slug. Use "pages" for pages, "posts" for posts, or any registered CPT slug (e.g., "product", "portfolio"). Defaults to "pages". |