wpseek.com
A WordPress-centric search engine for devs and theme authors



header_textcolor › WordPress Function

Since2.1.0
Deprecatedn/a
header_textcolor ( No parameters )
Defined at:
Codex:

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



Source

function header_textcolor() {
	echo get_header_textcolor();
}