block_header_area()
Print the header template-part.
Contents
Source
File: wp-includes/block-template-utils.php
function block_header_area() { block_template_part( 'header' ); }
Expand full source code Collapse full source code View on Trac View on GitHub
Changelog
Version | Description |
---|---|
5.9.0 | Introduced. |