remove_section( 'upgrade_aneeq_premium' ); //Modify this line as needed //$wp_customize->remove_section( 'aneeq_general_settings' ); //Modify this line as needed //$wp_customize->remove_section( 'aneeq_static_page_setting' ); //Modify this line as needed //$wp_customize->remove_section( 'aneeq_header_option' ); //Modify this line as needed //$wp_customize->remove_section( 'front_page_panel' ); //Modify this line as needed //$wp_customize->remove_section( 'aneeq_section_slider' ); //Modify this line as needed //$wp_customize->remove_section( 'aneeq_section_services' ); //Modify this line as needed //$wp_customize->remove_section( 'section_home_blog' ); //Modify this line as needed //$wp_customize->remove_section( 'section_home_wooproduct' ); //Modify this line as needed //$wp_customize->remove_section( 'aneeq_section_testimonial' ); //Modify this line as needed //$wp_customize->remove_section( 'aneeq_footer_settings' ); //Modify this line as needed //$wp_customize->remove_section( 'static_page_setting' ); //Modify this line as needed //$wp_customize->remove_section( 'aneeq' ); //Docs Comment //$wp_customize->remove_section( 'colors' ); //Colors //for removing Control //$wp_customize->remove_control( 'aneeq_static_page_setting' ); //Modify this line as needed } add_action( 'customize_register', 'businessblogs_customize_update', 100 ); // END ENQUEUE PARENT ACTION