header_textcolor() WordPress Function
The header_textcolor() function allows you to change the color of the text in the header area of your Wordpress site. This can be useful if you want to make your header stand out or match the color scheme of your site.
header_textcolor() #
Displays the custom header text color in 3- or 6-digit hexadecimal form (minus the hash symbol).
Source
File: wp-includes/theme.php
function header_textcolor() { echo get_header_textcolor(); }
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |