WordPress.org

Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

Function Reference/header textcolor

Description

Prints the hex value of the text color inside the header.

Usage

<?php header_textcolor(); ?>

Parameters

None.

Return Values

This function does not return a value.

Examples

Notes

Change Log

Since: 2.1.0

Source File

header_textcolor() is located in wp-includes/theme.php.

Related

See also index of Function Reference and index of Template Tags.