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' );
}


Top ↑

Changelog

Changelog
VersionDescription
5.9.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.