Action: bricks_before_header
Runs before Bricks renders the header template. Use it to output markup or run logic immediately before header rendering.
Example usage
Section titled “Example usage”add_action( 'bricks_before_header', function() { echo '<div class="top-strip">Free shipping this week</div>';} );Was this helpful?
A quick vote and short notes help us improve these docs faster.
Leave a note for us
Thanks for sharing feedback. We're using it to improve these docs.