get_background_color(): string

Retrieves value for custom background color.


Return

string


Top ↑

Source

File: wp-includes/theme.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.