10, 'title' => __( 'Enable Options', 'bizplus' ), 'panel' => 'bizplus-featured-slider', ); /*Feature section enable control*/ $bizplus_settings_controls['bizplus-feature-slider-enable'] = array( 'setting' => array( 'default' => $bizplus_customizer_defaults['bizplus-feature-slider-enable'] ), 'control' => array( 'label' => __( 'Enable Feature Slider', 'bizplus' ), 'section' => 'bizplus-feature-section-enable-setting', 'description' => __( 'Enable "Feature slider" on checked' , 'bizplus' ), 'type' => 'checkbox', 'priority' => 10, 'active_callback' => '' ) );