get_header_textcolor()

get_header_textcolor() 检索3位或6位十六进制格式的自定义标题文本颜色。Retrieve…

get_header_textcolor()

检索3位或6位十六进制格式的自定义标题文本颜色。
Retrieves the custom header text color in 3- or 6-digit hexadecimal form.

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


返回(Return)

(string)三位或六位十六进制格式的标题文本颜色(string)


源码(Source)

/**
 * Retrieve text color for custom header.
 *
 * @since 2.1.0
 *
 * @return string
 */
function get_header_textcolor() {
	return get_theme_mod('header_textcolor', get_theme_support( 'custom-header', 'default-text-color' ) );
}
更新版本 源码位置 使用 被使用
2.1.0 wp-includes/theme.php:1030 2 2

笔记(Notes)

例子
下面的示例获取头中文本的颜色,将其存储在变量中,然后在echo语句中打印。

类别:WordPress 函数手册

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

评论 (0)COMMENT

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