Calendar Export Link Name

Home Forums Calendar Products Events Calendar PRO Calendar Export Link Name

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1143617
    Fabian
    Participant

    Hello,
    I found this link to change the ical export link name on single event pages, https://theeventscalendar.com/knowledgebase/change-the-text-for-ical-and-google-calendar-export-buttons/

    How can I do the same for the ical link on the list view page?

    Thanks.

    Fabian

    #1143937
    Nico
    Member

    Hi there Fabian,

    Thanks for getting in touch with us! I can help you here…

    Just paste the following snippet in your theme’s (or child theme’s) functions.php file:

    /* Change the iCal export text in views */
    add_filter( 'tribe_events_ical_export_text', function () { return 'Other text'; } );

    Please let me know if that works for you,
    Best,
    Nico

    #1152169
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Calendar Export Link Name’ is closed to new replies.