get_setting( 'blogname' )->transport = 'postMessage'; $wp_customize->get_setting( 'blogdescription' )->transport = 'postMessage'; $wp_customize->get_setting( 'header_textcolor' )->transport = 'postMessage'; $wp_customize->get_setting( 'header_image' )->transport = 'postMessage'; /* Remove the WordPress background image control. */ $wp_customize->remove_control( 'background_image' ); /* Add our custom background image control. */ $wp_customize->add_control( new Hybrid_Customize_Control_Background_Image( $wp_customize ) ); }