Tribe__Events__Pro__Integrations__Manager::load_integrations()
Conditionally loads the classes needed to integrate with third-party plugins.
Third-party plugin integration classes and methods will be loaded only if supported plugins are activated.
Source
File: src/Tribe/Integrations/Manager.php
public function load_integrations() {
$this->load_wpml_integration();
$this->load_wpseo_integration();
$this->load_site_origin_integration();
}