190, 'title' => __( 'Home/Front Contact Section', 'bizplus' ), ); /*contact section enable control*/ $bizplus_settings_controls['bizplus-home-contact-form-enable'] = array( 'setting' => array( 'default' => $bizplus_customizer_defaults['bizplus-home-contact-form-enable'] ), 'control' => array( 'label' => __( 'Enable Contact Section', 'bizplus' ), 'description' => __( 'Enable "Contact Section" on checked', 'bizplus' ), 'section' => 'bizplus-home-map-options', 'type' => 'checkbox', 'priority' => 10, 'active_callback' => '' ) ); $bizplus_settings_controls['bizplus-home-contact-title'] = array( 'setting' => array( 'default' => $bizplus_customizer_defaults['bizplus-home-contact-title'] ), 'control' => array( 'label' => __( 'Main Title', 'bizplus' ), 'section' => 'bizplus-home-map-options', 'type' => 'text', 'priority' => 15, 'active_callback' => '' ) ); $bizplus_settings_controls['bizplus-home-contact-sub-title'] = array( 'setting' => array( 'default' => $bizplus_customizer_defaults['bizplus-home-contact-sub-title'] ), 'control' => array( 'label' => __( 'Sub Title', 'bizplus' ), 'section' => 'bizplus-home-map-options', 'type' => 'text', 'priority' => 20, 'active_callback' => '' ) ); $bizplus_settings_controls['bizplus-home-contact-form-sortcode'] = array( 'setting' => array( 'default' => $bizplus_customizer_defaults['bizplus-home-contact-form-sortcode'] ), 'control' => array( 'label' => __( 'Enter Contact Form Shortcode', 'bizplus' ), 'section' => 'bizplus-home-map-options', 'type' => 'textarea_sc', 'priority' => 25, 'description' => sprintf( __( 'Recommended %sContact Form 7%s plugin', 'bizplus' ), '','' ), ) );