get_background_image

函数
get_background_image ( No parameters )
返回值
  • (string)
定义位置
相关方法
background_imageget_background_colorget_header_image_custom_background_cbbackground_color
引入
3.0.0
弃用
-

get_background_image: 这个函数返回主题的背景图片,如主题的自定义设置中所定义。它不接受任何参数。

检索自定义背景的背景图片。

function get_background_image() {
	return get_theme_mod( 'background_image', get_theme_support( 'custom-background', 'default-image' ) );
}

常见问题

FAQs
查看更多 >