wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



header_textcolor › WordPress Function

Da2.1.0
Deprecaton/a
header_textcolor ( Nessun parametro )
Definito a:
Codex:

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



Sorgenti

function header_textcolor() {
	echo get_header_textcolor();
}