Answers for "code for background image in wordpress theme wordpress developer"

0

code for background image in wordpress theme wordpress developer

function get_background_image() {
    return get_theme_mod( 'background_image', get_theme_support( 'custom-background', 'default-image' ) );
}
Posted by: Guest on August-07-2021

Browse Popular Code Answers by Language