Tribe__Events__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_freemius();
		$this->load_acf_integration();
		$this->load_twenty_seventeen_integration();
		$this->load_wpml_integration();
		$this->load_X_theme_integration();
	}