wpseek.com
WordPress开发者和主题制作者的搜索引擎



get_background_color › WordPress Function

Since3.0.0
已弃用n/a
get_background_color ( 没有参数 )
返回:
  • (string)
定义在:
文档:

Retrieves value for custom background color.



源码

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