'switch', 'label' => esc_html__( 'Show Variation Swatches?', 'shopbuilder' ), 'description' => esc_html__( 'Switch on to show variation swatches.', 'shopbuilder' ), 'label_on' => esc_html__( 'On', 'shopbuilder' ), 'label_off' => esc_html__( 'Off', 'shopbuilder' ), 'default' => 'yes', 'condition' => [ 'layout!' => [ 'grid-layout2', 'slider-layout2' ] ], ]; $extra_controls['show_vs_clear_btn'] = [ 'type' => 'switch', 'label' => esc_html__( 'Show Swatches Reset?', 'shopbuilder' ), 'description' => esc_html__( 'Switch on to show swatches clear button.', 'shopbuilder' ), 'label_on' => esc_html__( 'On', 'shopbuilder' ), 'label_off' => esc_html__( 'Off', 'shopbuilder' ), 'separator' => 'default', 'condition' => [ 'show_swatches' => [ 'yes' ], 'layout!' => [ 'grid-layout2', 'slider-layout2' ], ], ]; return Fns::insert_controls( 'single_category', $fields, $extra_controls, true ); } }