📜  wordpress 主题中的背景图像代码 wordpress 开发人员 - 任何代码示例

📅  最后修改于: 2022-03-11 14:56:01.937000             🧑  作者: Mango

代码示例1
function get_background_image() {
    return get_theme_mod( 'background_image', get_theme_support( 'custom-background', 'default-image' ) );
}