has_header_image()

has_header_image() 检查是否设置了标题图像。Check whether a header i…

has_header_image()

检查是否设置了标题图像。
Check whether a header image is set or not.

目录锚点:#说明#返回#源码#笔记


说明(Description)

另见函数 get_header_image()


返回(Return)

(bool)是否设置了头图像。


源码(Source)

/**
 * Check whether a header image is set or not.
 *
 * @since 4.2.0
 *
 * @see get_header_image()
 *
 * @return bool Whether a header image is set or not.
 */
function has_header_image() {
	return (bool) get_header_image();
}
更新版本 源码位置 使用 被使用
4.2.0 wp-includes/theme.php:1068 1 function 1 function

笔记(Notes)

相关:

类别:WordPress 函数手册

本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。

评论 (0)COMMENT

登录 账号发表你的看法,还没有账号?立即免费 注册