header_textcolor()WP 2.1.0

Displays the custom header text color in 3- or 6-digit hexadecimal form (minus the hash symbol).

No Hooks.

Return

null. Nothing (null).

Usage

header_textcolor();

Changelog

Since 2.1.0 Introduced.

header_textcolor() code WP 6.5.2

function header_textcolor() {
	echo get_header_textcolor();
}