Action: bricks_after_footer
Runs after Bricks renders the footer and before the site wrapper closes. Use it when custom output needs to appear immediately after the footer template.
Example usage
Section titled “Example usage”add_action( 'bricks_after_footer', function() { echo '<div class="after-footer-note">Footer add-on output</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.