wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



get_header_textcolor › WordPress Function

Desde2.1.0
Obsoleton/a
get_header_textcolor ( Sem parâmetros )
Retorna:
  • (string) Header text color in 3- or 6-digit hexadecimal form (minus the hash symbol).
Definido em:
Codex:

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



Fonte

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