wpseek.com
A WordPress-centric search engine for devs and theme authors



background_image › WordPress Function

Since3.0.0
Deprecatedn/a
background_image ( No parameters )
Defined at:
Codex:

Displays background image path.



Source

function background_image() {
	echo get_background_image();
}