Action: bricks_body
Runs in header.php after the document head closes and before the site-wrapper and header hooks.
Bricks attaches its opening <body> tag callback to this hook at priority 1. Default-priority callbacks run after the opening body tag and after Bricks has printed body-start scripts and skip links.
Example usage
Section titled “Example usage”add_action( 'bricks_body', function() { echo '<div id="body-integration-root"></div>';} );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.