block_footer_area() WordPress Function
The block_footer_area() function is used to display the footer area of a WordPress block. This function accepts two parameters: the name of the footer area and the name of the block. The block_footer_area() function can be used to display the footer area of any WordPress block. This function is useful for displaying a footer area that is not part of the standard WordPress template hierarchy. The block_footer_area() function can be used to display the footer area of any WordPress block. This function is useful for displaying a footer area that is not part of the standard WordPress template hierarchy. The function can be used to display the footer area of any WordPress block.
block_footer_area() #
Print the footer template-part.
Source
File: wp-includes/block-template-utils.php
function block_footer_area() { block_template_part( 'footer' ); }
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
5.9.0 | Introduced. |