描述:
显示并打印头部字体颜色
用法:
<?php header_textcolor(); ?>
参数:
None
源文件:
/**
* Display text color for custom header.
*
* @since 2.1.0
*/
function header_textcolor() {
echo get_header_textcolor();
}
显示并打印头部字体颜色
<?php header_textcolor(); ?>
None
/**
* Display text color for custom header.
*
* @since 2.1.0
*/
function header_textcolor() {
echo get_header_textcolor();
}