WordPress Version: 6.1
/**
* Prints the footer block template part.
*
* @since 5.9.0
*/
function block_footer_area()
{
block_template_part('footer');
}
The timeline below displays how wordpress function block_footer_area has changed across different WordPress versions. If a version is not listed, refer to the next available version below.
/**
* Prints the footer block template part.
*
* @since 5.9.0
*/
function block_footer_area()
{
block_template_part('footer');
}
/**
* Print the footer template-part.
*
* @since 5.9.0
*/
function block_footer_area()
{
block_template_part('footer');
}