remove_section( 'aneeq_general_settings' ); //Modify this line as needed //$wp_customize->remove_section( 'upgrade_aneeq_premium' ); //Modify this line as needed $wp_customize->remove_control( 'aneeq_skin_theme_color' ); //Modify this line as needed } add_action( 'customize_register', 'my_customize_register', 11 ); ?>