block_header_area() – Print the header template-part.
You appear to be a bot. Output may be restricted
Description
Prints the header block template part.
Usage
block_header_area();
Parameters
Returns
void
Source
File name: wordpress/wp-includes/block-template-utils.php
Lines:
1 to 3 of 3
function block_header_area() { block_template_part( 'header' ); }