get_background_image()

Retrieve background image for custom background.


Description


Return

(string)


Top ↑

Source

File: wp-includes/theme.php

function get_background_image() {
	return get_theme_mod( 'background_image', get_theme_support( 'custom-background', 'default-image' ) );
}

Top ↑

Changelog

Version Description
3.0.0 Introduced.