WordPress Version: 5.5
/**
* Retrieves background image for custom background.
*
* @since 3.0.0
*
* @return string
*/
function get_background_image()
{
return get_theme_mod('background_image', get_theme_support('custom-background', 'default-image'));
}