Action: bricks_after_site_wrapper
Runs in footer.php after bricks_after_footer and before wp_footer().
In the builder, Bricks uses this hook to close the .brx-body wrapper. On the frontend, Bricks also uses this position for one page navigation output when that page setting is enabled.
Example usage
Section titled “Example usage”add_action( 'bricks_after_site_wrapper', function() { echo '</div><!-- .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.