Uses
Uses | Description |
---|---|
wp-includes/theme.php: get_header_textcolor() | Retrieves the custom header text color in 3- or 6-digit hexadecimal form. |
Displays the custom header text color in 3- or 6-digit hexadecimal form (minus the hash symbol).
File: wp-includes/theme.php
function header_textcolor() { echo get_header_textcolor(); }
Version | Description |
---|---|
2.1.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/header_textcolor