array( 'setting' => array(), 'control' => array( 'type' => 'parent_heading', 'priority' => 1, 'label' => esc_html__( 'Contact Form Settings', 'bluestick' ), 'section' => 'bluestick_theme_contact_page', ), ), // Contact Form Enable Disable. 'bluestick_template_contact_form_disable' => array( 'setting' => array( 'default' => true, 'sanitize_callback' => array( 'bluestick_Customizer_Sanitize', 'sanitize_checkbox' ), ), 'control' => array( 'type' => 'toggle', 'priority' => 5, 'label' => esc_html__( 'Enable Contact Form', 'bluestick' ), 'section' => 'bluestick_theme_contact_page', ), ), // Social Icon Enable Disable. 'bluestick_template_contact_icon_disable' => array( 'setting' => array( 'default' => true, 'sanitize_callback' => array( 'bluestick_Customizer_Sanitize', 'sanitize_checkbox' ), ), 'control' => array( 'type' => 'toggle', 'priority' => 6, 'label' => esc_html__( 'Enable Social Icon', 'bluestick' ), 'section' => 'bluestick_theme_contact_page', 'active_callback' => 'contact_form_callback', // Callback location contact-us-template.php ), ), // Google Map. 'bluestick_template_contact_form_map_heading' => array( 'setting' => array(), 'control' => array( 'type' => 'heading', 'priority' => 15, 'label' => esc_html__( 'Contact Form Map', 'bluestick' ), 'section' => 'bluestick_theme_contact_page', ), ), // Google Map Enable. 'bluestick_template_contact_form_map_disable' => array( 'setting' => array( 'default' => true, 'sanitize_callback' => array( 'bluestick_Customizer_Sanitize', 'sanitize_checkbox' ), ), 'control' => array( 'type' => 'toggle', 'priority' => 20, 'label' => esc_html__( 'Enable Google Map', 'bluestick' ), 'section' => 'bluestick_theme_contact_page', ), ), // Contact Form Info. 'bluestick_template_contact_form_info_heading' => array( 'setting' => array(), 'control' => array( 'type' => 'heading', 'priority' => 25, 'label' => esc_html__( 'Contact Form Info', 'bluestick' ), 'section' => 'bluestick_theme_contact_page', ), ), // Contact Form Info Enable. 'bluestick_template_contact_form_info_disable' => array( 'setting' => array( 'default' => true, 'sanitize_callback' => array( 'bluestick_Customizer_Sanitize', 'sanitize_checkbox' ), ), 'control' => array( 'type' => 'toggle', 'priority' => 26, 'label' => esc_html__( 'Enable Form Info', 'bluestick' ), 'section' => 'bluestick_theme_contact_page', ), ), // Extra Sections. 'bluestick_template_contact_form_extra_heading' => array( 'setting' => array(), 'control' => array( 'type' => 'heading', 'priority' => 30, 'label' => esc_html__( 'Extra Sections', 'bluestick' ), 'section' => 'bluestick_theme_contact_page', ), ), // Callout Enable Disable. 'bluestick_template_contact_callout_disable' => array( 'setting' => array( 'default' => true, 'sanitize_callback' => array( 'bluestick_Customizer_Sanitize', 'sanitize_checkbox' ), ), 'control' => array( 'type' => 'toggle', 'priority' => 35, 'label' => esc_html__( 'Enable Contact Callout', 'bluestick' ), 'section' => 'bluestick_theme_contact_page', ), ), // Client Enable Disable. 'bluestick_template_contact_client_disable' => array( 'setting' => array( 'default' => true, 'sanitize_callback' => array( 'bluestick_Customizer_Sanitize', 'sanitize_checkbox' ), ), 'control' => array( 'type' => 'toggle', 'priority' => 40, 'label' => esc_html__( 'Enable Contact Client', 'bluestick' ), 'section' => 'bluestick_theme_contact_page', ), ), /** * Theme About Us */ // About US Heading. 'bluestick_template_about_us_heading' => array( 'setting' => array(), 'control' => array( 'type' => 'heading', 'priority' => 1, 'label' => esc_html__( 'About Us Settings', 'bluestick' ), 'section' => 'about_section_settings', ), ), // Funfact Enable Disable. 'bluestick_template_about_us_funfact_disable' => array( 'setting' => array( 'default' => true, 'sanitize_callback' => array( 'bluestick_Customizer_Sanitize', 'sanitize_checkbox' ), ), 'control' => array( 'type' => 'toggle', 'priority' => 10, 'label' => esc_html__( 'Enable Funfact Section', 'bluestick' ), 'section' => 'about_section_settings', ), ), // Testimonial Disable. 'bluestick_template_about_us_testimonial_disable' => array( 'setting' => array( 'default' => true, 'sanitize_callback' => array( 'bluestick_Customizer_Sanitize', 'sanitize_checkbox' ), ), 'control' => array( 'type' => 'toggle', 'priority' => 15, 'label' => esc_html__( 'Enable Testimonial Section', 'bluestick' ), 'section' => 'about_section_settings', ), ), // Testimonial Disable. 'bluestick_template_about_us_client_disable' => array( 'setting' => array( 'default' => true, 'sanitize_callback' => array( 'bluestick_Customizer_Sanitize', 'sanitize_checkbox' ), ), 'control' => array( 'type' => 'toggle', 'priority' => 25, 'label' => esc_html__( 'Enable client Section', 'bluestick' ), 'section' => 'about_section_settings', ), ), // Funfact Disable. 'bluestick_template_about_us_team_disable' => array( 'setting' => array( 'default' => true, 'sanitize_callback' => array( 'bluestick_Customizer_Sanitize', 'sanitize_checkbox' ), ), 'control' => array( 'type' => 'toggle', 'priority' => 35, 'label' => esc_html__( 'Enable Team Section', 'bluestick' ), 'section' => 'about_section_settings', ), ), /** * Theme Service Template */ // Service Heading. 'bluestick_template_service_heading' => array( 'setting' => array(), 'control' => array( 'type' => 'heading', 'priority' => 1, 'label' => esc_html__( 'Service Settings', 'bluestick' ), 'section' => 'service_template_settings', ), ), // Service Funfact Enable Disable. 'bluestick_template_service_callout_disable' => array( 'setting' => array( 'default' => true, 'sanitize_callback' => array( 'bluestick_Customizer_Sanitize', 'sanitize_checkbox' ), ), 'control' => array( 'type' => 'toggle', 'priority' => 10, 'label' => esc_html__( 'Enable Callout Section', 'bluestick' ), 'section' => 'service_template_settings', ), ), // Service client Disable. 'bluestick_template_service_client_disable' => array( 'setting' => array( 'default' => true, 'sanitize_callback' => array( 'bluestick_Customizer_Sanitize', 'sanitize_checkbox' ), ), 'control' => array( 'type' => 'toggle', 'priority' => 25, 'label' => esc_html__( 'Enable client Section', 'bluestick' ), 'section' => 'service_template_settings', ), ), ); } } new bluestick_Customize_Theme_Template_Option(); endif;