[wp-hackers] Is HEADER_TEXTCOLOR a Constant in the Custom Header
API?
Charles K. Clarkson
cclarkson at htcomp.net
Fri Jan 16 10:52:26 GMT 2009
Hello,
While adding function reference pages to the Codex and I came across the
get_header_textcolor() function:
/**
* Retrieve text color for custom header.
*
* @since 2.1.0
* @uses HEADER_TEXTCOLOR
*
* @return string
*/
function get_header_textcolor() {
return get_theme_mod('header_textcolor', HEADER_TEXTCOLOR);
}
Searching the internet I found that HEADER_TEXTCOLOR may be a constant
defined while using the Custom Header API. Is that correct?
Thanks,
Charles Clarkson
--
Mobile Home Investor
Free Market Advocate
Programmer
Stephenville, TX
http://www.clarksonenergyhomes.com/wordpress/about/
http://twitter.com/CharlesClarkson
+1 (254) 968-8328
More information about the wp-hackers
mailing list