On this page
block_footer_area()
Prints the footer block template part.
Source
File: wp-includes/block-template-utils.php. View all references
function block_footer_area() {
block_template_part( 'footer' );
}
Related
Uses
| Uses | Description |
|---|---|
| block_template_part() wp-includes/block-template-utils.php | Prints a block template part. |
Changelog
| Version | Description |
|---|---|
| 5.9.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/block_footer_area