函数原型
block_header_area()
函数描述
Prints the header block template part.
是否弃用
未弃用
函数参数
无
函数返回值
无
函数位置
File: wp-includes/block-template-utils.php.
函数源码
function block_header_area() {
block_template_part( 'header' );
}
源码链接
变更日志
Changelog| Version | Description |
|---|
| 5.9.0 | Introduced. |