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



get_header_textcolor › WordPress Function

Da2.1.0
Deprecaton/a
get_header_textcolor ( Nessun parametro )
Ritorna:
  • (string) Header text color in 3- or 6-digit hexadecimal form (minus the hash symbol).
Definito a:
Codex:

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



Sorgenti

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