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



get_header_textcolor › WordPress Function

Seit2.1.0
Veraltetn/v
get_header_textcolor ( Keine Parameter )
Gibt zurück:
  • (string) Header text color in 3- or 6-digit hexadecimal form (minus the hash symbol).
Definiert in:
Codex:

Retrieves the custom header text color in 3- or 6-digit hexadecimal form.



Quellcode

function get_header_textcolor() {
	return get_theme_mod( 'header_textcolor', get_theme_support( 'custom-header', 'default-text-color' ) );
}