📅  最后修改于: 2022-03-11 14:56:01.937000             🧑  作者: Mango
function get_background_image() {
return get_theme_mod( 'background_image', get_theme_support( 'custom-background', 'default-image' ) );
}