WordPress Version: 5.5
/**
* Displays background image path.
*
* @since 3.0.0
*/
function background_image()
{
echo get_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.
/**
* Displays background image path.
*
* @since 3.0.0
*/
function background_image()
{
echo get_background_image();
}
/**
* Display background image path.
*
* @since 3.0.0
*/
function background_image()
{
echo get_background_image();
}