Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Darian

    (@d0153)

    Hi @patrickhaond

    Thanks for reaching out.

    In versions before The Events Calendar 5.12.0, this was one of the default buttons, but it has been removed in favor of the new subscribe ones. If you would like to bring it back, then this is the code you need:

    add_filter( 'tec_views_v2_subscribe_link_ics_visibility', '__return_true', 20 );

    If you’re not familiar with coding, you can use the Code Snippets plugin, which removes the need to add custom snippets to your theme’s functions.php file.

    Let me know if you have other questions or concerns.

    Plugin Support tristan083

    (@tristan083)

    Hi @patrickhaond ,

    We haven’t heard from you in a while, we hope things are going well. I’m going to mark this as resolved; but, please feel free to start a new topic if you have any more questions.

    Thread Starter Pat

    (@patrickhaond)

    Thank you for your help.

    Will it survive next updates ?

    Plugin Support Darian

    (@d0153)

    Hi @patrickhaond

    As long as you’ve added your snippet using the Code Snippets plugin or a similar tool, it should continue to work even after future updates are released.

    If you have any other questions or need further assistance, please let us know—we’re here to help!

    Thread Starter Pat

    (@patrickhaond)

    Thanks a lot for your help !

    Plugin Support Darian

    (@d0153)

    You’re very welcome, @patrickhaond!

    If you have any other questions or need further assistance, please don’t hesitate to reach out. We’re here to help!

Viewing 6 replies - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.