has_header_image

函数
has_header_image ( No parameters )
返回值
  • (bool) Whether a header image is set or not.
相关
  • get_header_image()
定义位置
相关方法
header_imageget_header_imagehas_header_videothe_header_image_tagis_random_header_image
引入
4.2.0
弃用
-

has_header_image函数返回一个布尔值,如果当前主题支持自定义头像,则为真,否则为假: 这个函数通常用于确定是否显示一个界面让用户上传或更改自定义的头像。

检查是否设置了标题图片。

function has_header_image() {
	return (bool) get_header_image();
}

常见问题

FAQs
查看更多 >