Manager::load_integrations()

Conditionally loads the classes needed to integrate with third-party plugins.

Contents

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_elementor_integration();
	}

Top ↑

Changelog

Changelog
Version Description
5.4.4 Introduced.