Advertisement
BakerMan

Custom iCal and gCal links

Aug 23rd, 2013
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.31 KB | None | 0 0
  1. <!-- Base example of custom iCal and Google Cal links -->
  2. <a class="tribe-events-ical" href="<?php echo apply_filters('tribe_get_ical_link', tribe_get_single_ical_link()) ?>"> iCal </a>
  3. <a class="tribe-events-gcal" href="<?php echo apply_filters('tribe_get_gcal_link', tribe_get_gcal_link()) ?>"> Google Cal </a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement