Created
November 3, 2014 22:54
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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