返回
(string|false)
源码
更新日志
版本 | 描述 |
---|---|
2.1.0 | 开始引入 |
使用示例
在使用之前,请先查看get_header_image_tag()。这是4.4中的一个新函数,它将返回一个包含响应图像的srcset属性的标记。
the_custom_header_markup();
可以代替
<img alt="" src="<?php header_image(); ?>" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>">
示例
<img src="<?php echo esc_url( get_header_image() ); ?>" alt="<?php echo esc_attr( get_bloginfo( 'title' ) ) ); ?>" />