Action: bricks_before_site_wrapper
Runs in header.php after bricks_body and before bricks_before_header.
In the builder, Bricks uses this hook to open the .brx-body wrapper around the builder frame. On the frontend, it is a general position before the header render flow.
Example usage
Section titled “Example usage”add_action( 'bricks_before_site_wrapper', function() { echo '<div class="before-site-wrapper">';} );Was this helpful?
A quick vote and short notes help us improve these docs faster.
Leave a note for us
Please do not include passwords, license keys, or personal data. We store submitted notes to improve the docs.
Thanks for sharing feedback. We're using it to improve these docs.