wpseek.com
WordPress开发者和主题制作者的搜索引擎



has_header_image › WordPress Function

Since4.2.0
已弃用n/a
has_header_image ( 没有参数 )
查看:
返回:
  • (bool) Whether a header image is set or not.
定义在:
文档:

Checks whether a header image is set or not.



源码

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