block_footer_area() – Print the footer template-part.
You appear to be a bot. Output may be restricted
Description
Prints the footer block template part.
Usage
block_footer_area();
Parameters
Returns
void
Source
File name: wordpress/wp-includes/block-template-utils.php
Lines:
1 to 3 of 3
function block_footer_area() { block_template_part( 'footer' ); }