background_image

函数


background_image ( No parameters )
定义位置
  • wp-includes/theme.php
    , line 1770
引入
3.0.0
弃用

Displays background image path.

function background_image() {
	echo get_background_image();
}