<?php
/**
* Single Event Meta (Venue) Template
*
* Override this template in your own theme by creating a file at:
* [your-theme]/tribe-events/modules/meta/venue.php
*
* @package TribeEventsCalendar
* @version 4.6.19
*/
if ( ! tribe_get_venue_id() ) {
return;
}
$phone = tribe_get_phone();
$website = tribe_get_venue_website_link();
?>
<div class="tribe-events-meta-group tribe-events-meta-group-venue">
<h2 class="tribe-events-single-section-title"> <?php echo esc_html( tribe_get_venue_label_singular() ) ?> </h2>
<div class="clearfix">
<?php do_action( 'tribe_events_single_meta_venue_section_start' ) ?>
<div class="meta-item">
<span class="tribe-venue meta-item"> <?php echo tribe_get_venue() ?> </span>
<?php if ( tribe_address_exists() ) : ?>
<span class="tribe-venue-location">
<address class="tribe-events-address">
<?php echo tribe_get_full_address(); ?>
<?php if ( tribe_show_google_map_link() ) : ?>
<?php echo tribe_get_map_link_html(); ?>
<?php endif; ?>
</address>
</span>
<?php endif; ?>
</div>
<div class="meta-item">
<?php if ( ! empty( $phone ) ): ?>
<span class="icon">
<svg enable-background="new 0 0 512 512" viewBox="0 0 512 512" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
<path d="m492.56 400.56-100.32-100.32c-11.976-11.975-31.458-11.975-43.435 0l-26.088 26.088c-8.174 8.174-10.758 19.845-7.773 30.241l-9.851 9.851c-6.99 6.998-50.523-3.741-103.14-56.363-52.614-52.613-63.356-96.139-56.366-103.14 0-2e-3 2e-3 -2e-3 2e-3 -2e-3l9.852-9.851c2.781 0.799 5.651 1.207 8.523 1.207 7.865 0 15.729-2.993 21.718-8.98l26.088-26.088c11.975-11.975 11.975-31.458 0-43.434l-100.32-100.32c-5.8-5.8-13.513-8.994-21.716-8.994-8.205 0-15.915 3.196-21.716 8.994l-26.09 26.09c-8.174 8.174-10.758 19.846-7.773 30.241 0 0-8.344 8.424-8.759 8.956-27.753 30.849-32.96 79.418-14.561 137.49 18.017 56.857 56.857 117.09 109.37 169.6 52.508 52.508 112.74 91.348 169.6 109.37 22.84 7.237 44.207 10.823 63.61 10.823 31.813 0 58.337-9.648 77.35-28.66l5.474-5.474c2.74 0.788 5.602 1.213 8.532 1.213 8.205 0 15.917-3.196 21.716-8.994l26.09-26.09c11.975-11.975 11.975-31.459 1e-3 -43.435zm-402.84-359.4 100.32 100.32-26.074 26.102-100.34-100.34 26.089-26.09zm319.31 420.47-5e-3 5e-3c-22.094 22.091-61.146 25.74-109.96 10.27-52.252-16.558-108.06-52.714-157.16-101.81-49.093-49.092-85.249-104.9-101.81-157.16-15.47-48.817-11.821-87.87 10.275-109.97l2.772-2.772 77.857 77.856-7.141 7.141c-5e-3 5e-3 -9e-3 0.011-0.015 0.017-29.585 29.622 5.963 96.147 56.378 146.56 37.734 37.734 84.493 67.14 118.05 67.14 11.284 0 21.076-3.325 28.528-10.778l7.141-7.141 77.857 77.856-2.775 2.773zm35.723-13.255-100.32-100.32 26.088-26.088 100.32 100.32s-26.079 26.099-26.088 26.09z"/>
<path d="m388.82 123.18c-29.209-29.209-68.042-45.294-109.34-45.293-8.481 0-15.356 6.875-15.356 15.356s6.876 15.356 15.356 15.356c33.1-2e-3 64.219 12.89 87.628 36.297 23.406 23.406 36.295 54.525 36.294 87.624 0 8.481 6.875 15.358 15.356 15.358 8.48 0 15.356-6.875 15.356-15.354 1e-3 -41.304-16.085-80.135-45.29-109.34z"/>
<path d="m443.9 68.107c-43.923-43.921-102.32-68.109-164.43-68.107-8.481 0-15.356 6.876-15.356 15.356 0 8.481 6.876 15.356 15.356 15.356 53.907-2e-3 104.59 20.992 142.71 59.111 38.118 38.118 59.111 88.799 59.11 142.71 0 8.481 6.875 15.356 15.356 15.356 8.48 0 15.356-6.875 15.356-15.354 2e-3 -62.112-24.186-120.5-68.104-164.42z"/>
<path d="m333.74 178.26c-14.706-14.706-33.465-22.477-54.256-22.477h-6e-3c-8.481 2e-3 -15.356 6.876-15.354 15.358 2e-3 8.481 6.878 15.356 15.358 15.354h5e-3c12.644 0 23.593 4.536 32.539 13.481 8.819 8.82 13.481 20.075 13.479 32.544-2e-3 8.481 6.875 15.356 15.354 15.358h2e-3c8.481 0 15.354-6.875 15.356-15.354 1e-3 -20.792-7.77-39.556-22.477-54.264z"/>
</svg>
</span>
<span class="tribe-venue-tel"> <?php echo esc_html($phone) ?> </span>
<?php endif ?>
</div>
<div class="meta-item margin-bottom-0">
<?php if ( ! empty( $website ) ): ?>
<span class="icon">
<svg width="480pt" height="480pt" viewBox="0 0 480 480" xmlns="http://www.w3.org/2000/svg">
<path d="m240 0c-132.55 0-240 107.45-240 240s107.45 240 240 240 240-107.45 240-240c-0.14844-132.48-107.52-239.85-240-240zm207.57 324.08-68.254 11.777c7.8125-28.652 12.031-58.164 12.559-87.855h71.93c-0.90234 26.117-6.3984 51.871-16.234 76.078zm-431.37-76.078h71.93c0.52734 29.691 4.7461 59.203 12.559 87.855l-68.254-11.777c-9.8359-24.207-15.332-49.961-16.234-76.078zm16.234-92.078 68.254-11.777c-7.8125 28.652-12.031 58.164-12.559 87.855h-71.93c0.90234-26.117 6.3984-51.871 16.234-76.078zm215.57-27.473c28.746 0.36719 57.422 2.9844 85.762 7.832l28.238 4.8711c8.6758 29.523 13.344 60.078 13.879 90.848h-127.88zm88.488-7.9375c-29.238-4.9961-58.828-7.6953-88.488-8.0625v-96c45.863 4.4062 85.703 46.398 108.28 107.51zm-104.49-8.0625c-29.66 0.36719-59.242 3.0664-88.48 8.0625l-19.801 3.4258c22.578-61.129 62.418-103.14 108.28-107.52zm-85.754 23.832c28.336-4.8477 57.008-7.4648 85.754-7.832v103.55h-127.88c0.53516-30.77 5.2031-61.324 13.879-90.848zm-42.125 111.72h127.88v103.55c-28.746-0.36719-57.422-2.9844-85.762-7.832l-28.238-4.8711c-8.6758-29.523-13.344-60.078-13.879-90.848zm39.391 111.49c29.238 5.0039 58.824 7.7148 88.488 8.1055v96c-45.863-4.4102-85.703-46.402-108.28-107.52zm104.49 8.1055c29.66-0.39062 59.242-3.1016 88.48-8.1055l19.801-3.4258c-22.578 61.129-62.418 103.14-108.28 107.52zm85.754-23.875c-28.336 4.8477-57.008 7.4648-85.754 7.832v-103.55h127.88c-0.53516 30.77-5.2031 61.324-13.879 90.848zm58.117-111.72c-0.52734-29.691-4.7461-59.203-12.559-87.855l68.254 11.777c9.8359 24.207 15.332 49.961 16.234 76.078zm47.602-93.711-65.426-11.289c-11.762-38.371-33.766-72.809-63.648-99.602 55.879 18.648 102.22 58.457 129.07 110.89zm-269.87-110.89c-29.883 26.793-51.887 61.23-63.648 99.602l-65.426 11.289c26.855-52.434 73.195-92.242 129.07-110.89zm-129.07 314.31 65.426 11.289c11.762 38.371 33.766 72.809 63.648 99.602-55.879-18.648-102.22-58.457-129.07-110.89zm269.87 110.89c29.883-26.793 51.887-61.23 63.648-99.602l65.426-11.289c-26.855 52.434-73.195 92.242-129.07 110.89z"/>
</svg>
</span>
<span class="tribe-venue-url"> <?php echo wp_kses($website, false) ?> </span>
<?php endif ?>
</div>
<?php do_action( 'tribe_events_single_meta_venue_section_end' ) ?>
</div>
</div>