'; }else{ echo '
'; } ?>
'.wp_kses_post( $contact_title ).''; elseif ( isset( $wp_customize ) ): echo '

'; endif; echo '
'; $contact_subtitle = get_theme_mod('contact_section_subtitle', __( 'Use this form to get in touch with us.', 'cafe-express' ) ); if( isset($contact_subtitle) && $contact_subtitle != "" ): echo '

'.wp_kses_post( $contact_subtitle ).'

'; elseif ( isset( $wp_customize ) ): echo '

' . $contact_subtitle . '

'; endif; ?>
'; else: echo '
'; endif; $contact_phone = get_theme_mod('contact_section_phone', __( '1.800.321.4567-8', 'cafe-express' ) ); $contact_email = get_theme_mod('contact_section_email', __( 'SUPPORT@CAFEEXPRESS.COM', 'cafe-express' ) ); $contact_address = get_theme_mod('contact_section_address', __( 'SOME STREET, NEW YORK, USA', 'cafe-express' ) ); if( !empty( $contact_phone ) ){ echo '
'; echo '

' . __('CALL US AT', 'cafe-express') . '

'; echo '

' . $contact_phone . '

'; echo '
'; } if( !empty($contact_email)){ echo '
'; echo '

' . __('MAIL US AT', 'cafe-express') . '

'; echo '

' . $contact_email . '

'; echo '
'; } if( !empty($contact_address) ){ echo '
'; echo '

' . __('VISIT US AT', 'cafe-express') . '

'; echo '

' . $contact_address . '

'; echo '
'; } ?>
'; echo do_shortcode('[pirate_forms]'); echo '
'; endif; ?>
'; echo do_shortcode($mapShortcode); echo ''; }else{ echo '
'; echo '

' . __('Add map Shortcode to customizer', 'cafe-express') . '

'; echo '
'; } } ?>