wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



get_header_textcolor › WordPress Function

Od2.1.0
Przestarzałyn/a
get_header_textcolor ( Brak parametrów )
Powrót:
  • (string) Header text color in 3- or 6-digit hexadecimal form (minus the hash symbol).
Zdefiniowane na:
Codex:

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



Źródło

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