10, 'title' => __( 'Team Enable Options', 'bizplus' ), 'panel' => 'bizplus-home-team', ); $bizplus_settings_controls['bizplus-home-team-enable'] = array( 'setting' => array( 'default' => $bizplus_customizer_defaults['bizplus-home-team-enable'] ), 'control' => array( 'label' => __( 'Enable Team', 'bizplus' ), 'section' => 'bizplus-home-team-enable-setting', 'type' => 'checkbox', 'priority' => 50, 'active_callback' => '' ) );