10, 'title' => __( 'Section Options', 'bizplus' ), 'panel' => 'bizplus-callback-panel', ); /*callback section enable control*/ $bizplus_settings_controls['bizplus-callback-enable'] = array( 'setting' => array( 'default' => $bizplus_customizer_defaults['bizplus-callback-enable'] ), 'control' => array( 'label' => __( 'Enable callback Section', 'bizplus' ), 'description' => __( 'Enable "callback Section" on checked', 'bizplus' ), 'section' => 'bizplus-callback-options', 'type' => 'checkbox', 'priority' => 10, 'active_callback' => '' ) ); /*creating setting control for bizplus-callback-page start*/ $bizplus_settings_controls['bizplus-callback-page'] = array( 'setting' => array( 'default' => $bizplus_customizer_defaults['bizplus-callback-page'], ), 'control' => array( 'label' => __( 'Select Page For callback Section', 'bizplus' ), 'description' => '', 'section' => 'bizplus-callback-options', 'type' => 'dropdown-pages', 'priority' => 20 ) );