Replies: 0
Hi,
I need to remove the button “Export Events” that appears under the calendar in Month View.
I’m already using this code in function.php:
`remove_action( ‘tribe_events_single_event_after_the_content’, array(
tribe( ‘tec.iCal’ ), ‘single_event_links’ )
);
to remove the “Google Calendar” and “Ical Export” buttons on single events and it works great, but doesn’t remove the other one. Is there a similar code that I can add? Or anything else?
Thanks!