wpseek.com
WordPress开发者和主题制作者的搜索引擎



get_background_image › WordPress Function

Since3.0.0
已弃用n/a
get_background_image ( 没有参数 )
返回:
  • (string)
定义在:
文档:

Retrieves background image for custom background.



源码

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