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