1. 首页
  2. WordPress 函数手册

header_textcolor()

header_textcolor()

以3位或6位十六进制格式(减去哈希符号)显示自定义标题文本颜色。
Displays the custom header text color in 3- or 6-digit hexadecimal form (minus the hash symbol).

目录锚点:#返回#源码


返回(Return)

无返回值


源码(Source)

/**
 * Display text color for custom header.
 *
 * @since 2.1.0
 */
function header_textcolor() {
	echo get_header_textcolor();
}
更新版本 源码位置 使用 被使用
2.1.0 wp-includes/theme.php:1039 0 1 function

header_textcolor() 为WP2原创文章,链接:https://www.wp2.cn/functions/header_textcolor/