函数原型
header_textcolor()
函数描述
Displays the custom header text color in 3- or 6-digit hexadecimal form (minus the hash symbol).
是否弃用
未弃用
函数参数
无
函数返回值
无
函数位置
File: wp-includes/theme.php.
函数源码
function header_textcolor() {
echo get_header_textcolor();
}
源码链接
变更日志
Changelog| Version | Description |
|---|
| 2.1.0 | Introduced. |