get_background_color

函数
get_background_color ( No parameters )
返回值
  • (string)
定义位置
相关方法
background_colorget_background_image_custom_background_cbbackground_imageget_header_textcolor
引入
3.0.0
弃用
-

get_background_color: 这个函数返回主题的背景颜色,在主题的自定义设置中定义。它不接受任何参数。

检索自定义背景颜色的值。

function get_background_color() {
	return get_theme_mod( 'background_color', get_theme_support( 'custom-background', 'default-color' ) );
}

常见问题

FAQs
查看更多 >