Tribe__Events__Pro__Integrations__Manager::load_brizy_builder_integration()

Loads the Brizy integrations if the Brizy builder plugin is currently active.

Contents


Source

File: src/Tribe/Integrations/Manager.php

	public function load_brizy_builder_integration() {
		if ( ! defined( 'BRIZY_FILE' ) || empty( BRIZY_FILE ) ) {
			return;
		}

		tribe_register_provider( Brizy_Builder::class );
	}

Top ↑

Changelog

Changelog
Version Description
5.14.5 Introduced.