get_section( 'title_tagline' )->priority = 10; $wp_customize->get_section( 'title_tagline' )->panel = 'azure_news_panel_header'; $wp_customize->get_setting( 'blogname' )->transport = 'postMessage'; $wp_customize->get_setting( 'blogdescription' )->transport = 'postMessage'; $wp_customize->get_setting( 'header_textcolor' )->transport = 'postMessage'; $wp_customize->get_control( 'header_textcolor' )->section = 'title_tagline'; $wp_customize->get_control( 'header_textcolor' )->priority = 20; $wp_customize->get_section( 'header_image' )->priority = 15; $wp_customize->get_section( 'header_image' )->panel = 'azure_news_panel_header'; $wp_customize->get_control( 'background_color' )->section = 'background_image'; $wp_customize->get_control( 'background_color' )->priority = 5; $wp_customize->get_section( 'background_image' )->panel = 'azure_news_panel_general'; $wp_customize->get_section( 'background_image' )->title = __( 'Background', 'azure-news' ); $wp_customize->get_section( 'background_image' )->priority = 65;