get_background_color()

最后更新于:2021-11-26 05:29:41

get_background_color()

Retrieves value for custom background color.

响应

(string)

源文件

文件: gc-includes/theme.php

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