block_footer_area()
Print the footer template-part.
Contents
Source
File: wp-includes/block-template-utils.php
function block_footer_area() { block_template_part( 'footer' ); }
Expand full source code Collapse full source code View on Trac View on GitHub
Changelog
Version | Description |
---|---|
5.9.0 | Introduced. |