bricks_get_global_classes
Fetch global CSS classes defined in the Bricks Builder, stored in wp_options. Enables programmatic access to site-wide style classes for customization and integration.
Instructions
Get Bricks global CSS classes (stored in wp_options as bricks_global_classes). May require a custom REST endpoint if not exposed by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | No | Site key for multi-site support. Available: main. Defaults to "main". |