get_template_directory_uri() .'/images/sub-header.jpg', 'width' => '1600', 'height' => '600', 'flex-height' => false, 'flex-width' => false, 'header-text' => true, 'default-text-color' => '000', 'wp-head-callback' => 'industryup_header_color', ); add_theme_support( 'custom-header', $args ); } endif; add_action( 'after_setup_theme', 'cargoup_setup' ); add_action( 'customize_register', 'cargoup_customizer_rid_values', 1000 ); function cargoup_customizer_rid_values($wp_customize) { $wp_customize->remove_control('industryup_head_info_icon_one'); $wp_customize->remove_control('industryup_head_info_text_one'); $wp_customize->remove_control('industryup_head_info_text_two'); $wp_customize->remove_control('industryup_head_info_icon_two'); $wp_customize->remove_control('industryup_head_info_text_three'); $wp_customize->remove_control('industryup_head_info_text_four'); }