header_textcolor()
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() header textcolor WP 6.9.1
function header_textcolor() {
echo get_header_textcolor();
}