get_header

动作钩子
do_action( 'get_header', $name, $args )
参数
  • (string|null) $name Name of the specific header file to use. Null for the default header.
    Required:
  • (array) $args Additional arguments passed to the header template.
    Required:
定义位置
相关勾子
login_headersend_headersget_the_dateget_schedulewp_headers
相关方法
get_headerget_header_imageget_custom_headerget_themelogin_headerget_the_date
引入
5.5.0
弃用
-

get_header: 该函数返回网站页眉的内容。文件header.php用于生成输出。

在加载头模板文件之前触发。

do_action( 'get_header', $name, $args );

常见问题

FAQs
查看更多 >