block_header_area

函数


block_header_area ( No parameters )
定义位置
  • wp-includes/block-template-utils.php
    , line 1158
引入
5.9.0
弃用

Prints the header block template part.

function block_header_area() {
	block_template_part( 'header' );
}