get_background_color()

Retrieve value for custom background color.


Return

(string)


Source

File: wp-includes/theme.php

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


Changelog

Changelog
Version Description
WP-3.0.0 Introduced.