wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



header_textcolor › WordPress Function

Seit2.1.0
Veraltetn/v
header_textcolor ( Keine Parameter )
Definiert in:
Codex:

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



Quellcode

function header_textcolor() {
	echo get_header_textcolor();
}