header_textcolor()
header_textcolor() 以3位或6位十六进制格式(减去哈希符号)显示自定义标题文本颜色。Disp…
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 |
类别:WordPress 函数手册、
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。
还没有任何评论,赶紧来占个楼吧!