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();
}


Top ↑

Changelog

Changelog
Version Description
2.1.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.