WordPress函数header_textcolor()

描述:

显示并打印头部字体颜色

用法:

<?php header_textcolor(); ?>

参数:

None

源文件:

/**
 * Display text color for custom header.
 *
 * @since 2.1.0
 */
function header_textcolor() {
	echo get_header_textcolor();
}