Service_Provider::register()

Registers the bindings and hooks the filters required for the Brizy Builder integrations to work.

Contents


Source

File: src/Tribe/Integrations/Brizy_Builder/Service_Provider.php

	public function register() {
		add_filter( 'tribe_events_views_v2_assets_should_enqueue_frontend', [ $this, 'should_enqueue_frontend' ], 10, 2 );
	}

Top ↑

Changelog

Changelog
Version Description
5.14.5 Introduced.