wpseek.com
WordPress开发者和主题制作者的搜索引擎



header_textcolor › WordPress Function

Since2.1.0
已弃用n/a
header_textcolor ( 没有参数 )
定义在:
文档:

Displays the custom header text color in 3- or 6-digit hexadecimal form (minus the hash symbol).



源码

function header_textcolor() {
	echo get_header_textcolor();
}