get_setting( 'blogname' )->transport = 'postMessage'; $wp_customize->get_setting( 'blogdescription' )->transport = 'postMessage'; $wp_customize->get_setting( 'header_textcolor' )->transport = 'postMessage'; $wp_customize->get_setting( 'background_color' )->transport = 'refresh'; $wp_customize->get_section( 'title_tagline' )->title = __('Site name, tagline and logo', 'business-curve'); $wp_customize->get_section( 'header_image' )->title = __('Add media' , 'business-curve'); $wp_customize->get_section( 'title_tagline' )->priority = '5'; $wp_customize->get_section( 'title_tagline' )->panel = 'gtl_header_panel'; $wp_customize->get_section( 'header_image' )->panel = 'gtl_banner_panel'; $wp_customize->get_section( 'colors' )->title = __('General', 'business-curve'); $wp_customize->get_section( 'colors' )->panel = 'gtl_colors_panel'; $wp_customize->get_section( 'colors' )->priority = '10'; if ( isset( $wp_customize->selective_refresh ) ) { $wp_customize->selective_refresh->add_partial( 'blogname', array( 'selector' => '.site-title a', 'render_callback' => 'business_curve_customize_partial_blogname', ) ); $wp_customize->selective_refresh->add_partial( 'blogdescription', array( 'selector' => '.site-description', 'render_callback' => 'business_curve_customize_partial_blogdescription', ) ); } class GTL_Info extends WP_Customize_Control { public $type = 'info'; public $label = ''; public function render_content() { ?>

label ); ?>