background_image()

Display background image path.


Source

File: wp-includes/theme.php

function background_image() {
	echo get_background_image();
}


Changelog

Changelog
Version Description
WP-3.0.0 Introduced.