Advertisement
BakerMan

TEC single.php gcal link code

Oct 31st, 2012
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.27 KB | None | 0 0
  1. <?php if( function_exists('tribe_get_gcal_link') ): ?>
  2.    <a href="<?php echo tribe_get_gcal_link(); ?>" class="gcal-add" title="<?php _e('Add to Google Calendar', 'tribe-events-calendar'); ?>"><?php _e('+ Google Calendar', 'tribe-events-calendar'); ?></a>
  3. <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement