Action: render_header
Runs in header.php between bricks_before_header and bricks_after_header.
Bricks attaches its frontend header renderer to this action by default. Use this hook only when you need to add low-level output at the header render position. To modify the generated header HTML, use the bricks/render_header filter instead.
Example usage
Section titled “Example usage”add_action( 'render_header', function() { echo '<div class="after-render-header"></div>';}, 20 );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.