Action: bricks_after_header
Runs after Bricks renders the header template. Use it for output or setup that should happen directly after the site header.
Example usage
Section titled “Example usage”add_action( 'bricks_after_header', function() { echo '<div class="after-header-banner">Announcement</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.