wpseek.com
A WordPress-centric search engine for devs and theme authors



block_footer_area › WordPress Function

Since5.9.0
Deprecatedn/a
block_footer_area ( No parameters )
Defined at:
Codex:

Prints the footer block template part.



Source

function block_footer_area() {
	block_template_part( 'footer' );
}