header_textcolor()
Displays the custom header text color in 3- or 6-digit hexadecimal form (minus the hash symbol).
No Hooks.
Returns
null. Nothing (null).
Usage
header_textcolor();
Changelog
| Since 2.1.0 | Introduced. |
header_textcolor() header textcolor code WP 7.0
function header_textcolor() {
echo get_header_textcolor();
}