array( 'setting' => array(), 'control' => array( 'type' => 'parent_heading', 'priority' => 1, 'label' => esc_html__( 'Contact Template Settings', 'bluestick' ), 'section' => 'bluestick_template_contact_us', ), ), // Map Section Enable. 'bluestick_contact_template_map_disabled' => array( 'setting' => array( 'default' => true, 'sanitize_callback' => array( 'bluestick_Customizer_Sanitize', 'sanitize_checkbox' ), ), 'control' => array( 'type' => 'toggle', 'priority' => 10, 'label' => esc_html__( 'Map Section Enable/Disable', 'bluestick' ), 'section' => 'bluestick_template_contact_us', ), ), // FAQ Section Enable. 'bluestick_contact_template_faq_disabled' => array( 'setting' => array( 'default' => true, 'sanitize_callback' => array( 'bluestick_Customizer_Sanitize', 'sanitize_checkbox' ), ), 'control' => array( 'type' => 'toggle', 'priority' => 50, 'label' => esc_html__( 'FAQ Section Enable/Disable', 'bluestick' ), 'section' => 'bluestick_template_contact_us', ), ), ); } } new bluestick_Customize_Contact_Template_Option(); endif;