wordpress / latest / functions / block_footer_area.html

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

Uses

Uses Description

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