remove_section( 'daron_service_option' ); //Modify this line as needed $wp_customize->remove_section( 'daron_portfolio_option' ); //Modify this line as needed $wp_customize->remove_section( 'daron_testimonial_option' ); //Modify this line as needed $wp_customize->remove_section( 'upgrade_daron_premium' ); //Modify this line as needed $wp_customize->remove_control( 'daron_skin_theme_color' ); //Modify this line as needed ); //Modify this line as needed } add_action( 'customize_register', 'my_customize_register', 11 ); ?>