header_textcolor

函数


header_textcolor ( No parameters )
定义位置
  • wp-includes/theme.php
    , line 1131
引入
2.1.0
弃用

Displays the custom header text color in 3- or 6-digit hexadecimal form (minus the hash symbol).

function header_textcolor() {
	echo get_header_textcolor();
}