background_image

The timeline below displays how wordpress function background_image has changed across different WordPress versions. If a version is not listed, refer to the next available version below.

WordPress Version: 5.5

/**
 * Displays background image path.
 *
 * @since 3.0.0
 */
function background_image()
{
    echo get_background_image();
}

WordPress Version: 3.7

/**
 * Display background image path.
 *
 * @since 3.0.0
 */
function background_image()
{
    echo get_background_image();
}