add_panel('general_setting', array( 'priority' => '2', 'capability' => 'edit_theme_options', 'theme_supports' => '', 'title' => __( 'General Setting', 'callcenter' ), 'description' => __( 'This allows to edit the header', 'callcenter' ), ) ); //Default sections to custom panel $wp_customize->get_section('title_tagline')->panel = 'general_setting'; $wp_customize->remove_section('nav'); $wp_customize->remove_section( 'colors'); $wp_customize->get_section( 'static_front_page')->panel = 'general_setting'; } add_action( 'customize_register', 'callcenter_ticker_setting' );