cliffordp
6/17/2017 - 1:48 AM

MT | TEC | Always show Google Map and Map Link on Single Events

MT | TEC | Always show Google Map and Map Link on Single Events

<?php

/**
 * Causes calendar to always show Google Map and Link, regardless of individual Event's or Venue's settings
 *
 * @link https://gist.github.com/cliffordp/d420a5f952ef3b91e6db2b4104b6f28b
 *
 * @see Tribe__Events__Main::tribe_embed_google_map()
 * @see Tribe__Events__Main::tribe_show_google_map_link()
 */
add_filter( 'tribe_embed_google_map', '__return_true' );
add_filter( 'tribe_show_google_map_link', '__return_true' );