wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



header_textcolor › WordPress Function

Depuis2.1.0
Dépréciéen/a
header_textcolor ( Pas de paramètres )
Défini(e) dans:
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();
}