Skip to content

Instantly share code, notes, and snippets.

@mrwweb
Created November 3, 2014 22:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrwweb/bf2e3d377704bb3d734c to your computer and use it in GitHub Desktop.
Save mrwweb/bf2e3d377704bb3d734c to your computer and use it in GitHub Desktop.
Move "Add to iCal / Google" links below event information in Modern Tribe's The Events Calendar plugin.
<?php
remove_filter('tribe_events_single_event_after_the_content', array('TribeiCal', 'single_event_links'), 10, 1);
add_filter( 'tribe_events_single_event_after_the_meta', array('TribeiCal', 'single_event_links'), 10, 1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment