header_textcolor()
Displays the custom header text color in 3- or 6-digit hexadecimal form (minus the hash symbol).
Description Description
Source Source
File: wp-includes/theme.php
function header_textcolor() { echo get_header_textcolor(); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |