Disable the Freemius integration in The Events Calendar on child sites.
Snippet Type
Execute on Child Sites
Snippet
add_action( 'tribe_events_integrations_should_load_freemius', '__return_false', 100 );
Disable the Freemius integration in The Events Calendar on child sites.
Snippet Type
Execute on Child Sites
Snippet
add_action( 'tribe_events_integrations_should_load_freemius', '__return_false', 100 );
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.