wordpress / latest / functions / header_textcolor.html

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. View all references

function header_textcolor() {
	echo get_header_textcolor();
}

Uses

Uses Description

Changelog

Version Description
2.1.0 Introduced.

© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/header_textcolor