add_panel('business_shuffle_general_settings_panel', array( 'title' => esc_html__('General Settings', 'business-shuffle'), 'priority' => 1 )); //MOVE FRONT PAGE, BACKGROUND AND COLOR SETTING INTO GENERAL SETTING PANEL $wp_customize->get_section('static_front_page')->panel = 'business_shuffle_general_settings_panel'; $wp_customize->get_section('static_front_page')->priority = 10; $wp_customize->get_section('background_image')->panel = 'business_shuffle_general_settings_panel'; $wp_customize->get_control('background_color')->section = 'background_image';