10, 'title' => __( 'Enable Section', 'bizplus' ), 'panel' => 'bizplus-client-panel', ); /*client section enable control*/ $bizplus_settings_controls['bizplus-client-enable'] = array( 'setting' => array( 'default' => $bizplus_customizer_defaults['bizplus-client-enable'] ), 'control' => array( 'label' => __( 'Enable Client Section', 'bizplus' ), 'description' => __( 'Enable "Client Section" on checked', 'bizplus' ), 'section' => 'bizplus-client-enable-section', 'type' => 'checkbox', 'priority' => 10, 'active_client' => '' ) );