Skip to content

Instantly share code, notes, and snippets.

@chriscct7
Created October 16, 2013 16:43
Show Gist options
  • Save chriscct7/a43521ad2fc98fc3839b to your computer and use it in GitHub Desktop.
Save chriscct7/a43521ad2fc98fc3839b to your computer and use it in GitHub Desktop.
<?php
remove_filter( 'tribe_events_after_footer', array( 'TribeiCal', 'maybe_add_link' ) );
remove_action( 'tribe_events_single_event_after_the_content', array( 'TribeiCal', 'single_event_links' ) );
remove_action( 'tribe_tec_template_chooser', array( 'TribeiCal', 'do_ical_template' ) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment