Tribe__Events__Community__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_wp_edit_integration();
$this->load_divi_integration();
}
Changelog
| Version | Description |
|---|---|
| 4.5.10 | Introduced. |