Service_Provider::register()
Registers the bindings and hooks the filters required for the Brizy Builder integrations to work.
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 );
}
Changelog
| Version | Description |
|---|---|
| 5.14.5 | Introduced. |