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


Top ↑

Changelog

Changelog
VersionDescription
2.1.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More