remove Ical and google cal links from a single event or in overall settings.

Home Forums Ticket Products Event Tickets Plus remove Ical and google cal links from a single event or in overall settings.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1367808
    Rochelle Fisher
    Participant

    I found this php code but to remove the cal. links from the ticket page. Where do I post this code?

    <?php
    /**
    * Removes the iCal and Google cal links from the single event page
    */
    function tribe_remove_single_calendar_links() {
    if ( function_exists( ‘tribe’ ) ) {
    remove_action( ‘tribe_events_single_event_after_the_content’, array( tribe( ‘tec.iCal’ ), ‘single_event_links’ ) );
    }
    }
    add_action( ‘init’, ‘tribe_remove_single_calendar_links’ );

    #1368296
    Patricia
    Member

    Hey Rochelle,

    Thank you for reaching out to us!

    You can add the snippet in your theme’s functions.php file:

    https://gist.github.com/nefeline/313d861e13eea64079b1e8aea203e051

    It will remove the ical and google cal links from all of your single event pages (with and without tickets).

    I hope this helps! Let me know if you have any other questions and I’ll be happy to assist!

    Best Regards,

    Patricia

    #1383580
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘remove Ical and google cal links from a single event or in overall settings.’ is closed to new replies.