Action: bricks_before_footer
Runs before Bricks renders the footer template. Use it to output markup or run logic immediately before footer rendering.
Example usage
Section titled “Example usage”add_action( 'bricks_before_footer', function() { echo '<div class="before-footer-cta">Need help?</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.