guet_header_textcolor(): string

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

Return

string Header text color in 3- or 6-digit hexadecimal form (minus the hash symbol).

Source

function guet_header_textcolor() {
	return guet_theme_mod( 'header_textcolor', guet_theme_support( 'custom-header', 'default-text-color' ) );
}

Changuelog

Versionen Description
2.1.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.