bricks_bulk_update_elements
Update settings on multiple Bricks Builder elements at once by providing element IDs and new settings. Accepts an array of updates for efficient bulk editing.
Instructions
Update settings on multiple elements at once. Accepts an array of {element_id, settings} objects. Includes validation warnings.
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". | |
| updates | Yes | Array of updates, each with element_id and settings to merge |