Remove link to add calendars

[ad_1]

found adding this snippet to the theme function.php removed this link.

// Hide subscribe box on single event pages.

add_filter(

    'tec_views_v2_subscribe_link_visibility',

    function( $subscribe_links) {

        return! is_singular( Tribe__Events__Main::POSTTYPE );

    },

    100

);

Just added my own link via a form for registered users to complete for approval first.

Hi @phpnukes,

Thank you for reaching out and for the update. I’m glad to learn you were able to find the filter code snippet to remove the calendar links and sorted out the “approval form”.

I’d be closing this thread, and please do not hesitate to bump a new thread on our way. This is for us to track down topics/issues efficiently and for us to follow the WordPress Forum Guidelines.

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer