20, 'title' => __( 'Settings Options', 'bizplus' ), 'panel' => 'bizplus-featured-slider', ); /*No of feature slider selection*/ $bizplus_settings_controls['bizplus-featured-slider-number'] = array( 'setting' => array( 'default' => $bizplus_customizer_defaults['bizplus-featured-slider-number'] ), 'control' => array( 'label' => __( 'Number Of Slider', 'bizplus' ), 'section' => 'bizplus-featured-slider-selection-setting', 'type' => 'select', 'choices' => array( 1 => __( '1', 'bizplus' ), 2 => __( '2', 'bizplus' ), 3 => __( '3', 'bizplus' ) ), 'priority' => 10, 'active_callback' => '' ) );