Hello!
I’m sorry for opening a topic that already has several forum threads, unfortunately none of them really solves my problem.
And most solutions that I’ve been able to find on your forums involves CSS unfortunately.
Removing it with remove_action(); doesn’t seem to work and i don’t want to use a some filthy CSS solution to hide it.
I want it GONE from the page completely.
I’ve tried using the following code
remove_action('tribe_events_single_event_after_the_content', array('Tribe__Events__iCal', 'single_event_links'));
I’ve also tried to run remove_action() as shown above after after_setup_theme, init and plugins_loaded
Any help would be greatly appreciated! 🙂