get_header_textcolor

函数
get_header_textcolor ( No parameters )
返回值
  • (string) Header text color in 3- or 6-digit hexadecimal form (minus the hash symbol).
定义位置
相关方法
header_textcolorget_header_video_urlget_header_imageget_headerget_header_image_tag
引入
2.1.0
弃用
-

get_header_textcolor: 这个函数用来检索当前WordPress网站的头像的文本颜色。这可以用来确保文本在标题图像的背景下是可读的。

以3位数或6位数的十六进制形式检索自定义标题文本的颜色。

function get_header_textcolor() {
	return get_theme_mod( 'header_textcolor', get_theme_support( 'custom-header', 'default-text-color' ) );
}

常见问题

FAQs
查看更多 >