Skip to content

Instantly share code, notes, and snippets.

@elimn
Created August 2, 2016 04:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save elimn/4cbdbf600e4d25842a824147b2e56e5e to your computer and use it in GitHub Desktop.
Save elimn/4cbdbf600e4d25842a824147b2e56e5e to your computer and use it in GitHub Desktop.
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 settings
*/
add_filter( 'tribe_embed_google_map', '__return_true' );
add_filter( 'tribe_show_google_map_link', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment