get_setting( 'blogname' )->transport = 'postMessage'; $wp_customize->get_setting( 'blogdescription' )->transport = 'postMessage'; $wp_customize->get_setting( 'background_color' )->transport = 'postMessage'; $wp_customize->get_control( 'background_color' )->label = esc_html__( 'Background', 'bizplan' ); } add_action( 'bizplan_customize_register', 'bizplan_modify_default_settings' ); function bizplan_default_styles(){ $show_title = bizplan_get_option( 'show_title' ); $show_tagline = bizplan_get_option( 'show_tagline' ); $site_title_color = bizplan_get_option( 'site_title_color' ); $site_tagline_color = bizplan_get_option( 'site_tagline_color' ); $primary_color = bizplan_get_option( 'site_primary_color' ); $slider_control = bizplan_get_option( 'slider_control' ); $menu_padding_top = bizplan_get_option( 'menu_padding_top' ); ?>