get_control( 'header_image' ); $background_image = $wp_customize->get_control( 'background_image' ); $background_color = $wp_customize->get_control( 'background_color' ); $header_text_color = $wp_customize->get_control( 'header_textcolor' ); if ( $header_image ) { $header_image->section = 'section-header'; } //$wp_customize->remove_control('display_header_text'); //$wp_customize -> remove_section( 'colors' ); //$wp_customize -> remove_section( 'header_image' ); //$wp_customize -> remove_section( 'background_image' ); } } }// End if(). /** * Kicking this off by calling 'get_instance()' method */ ST_Customizer_Reset_Priority::get_instance();