wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



block_footer_area › WordPress Function

Seit5.9.0
Veraltetn/v
block_footer_area ( Keine Parameter )
Definiert in:
Codex:

Prints the footer block template part.



Quellcode

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