header_textcolor()WP 2.1.0

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

Хуков нет.

Возвращает

null. Ничего (null).

Использование

header_textcolor();

Список изменений

С версии 2.1.0 Введена.

Код header_textcolor() WP 6.5.2

function header_textcolor() {
	echo get_header_textcolor();
}