Tribe__Tickets_Plus__Main::bind_implementations()
Registers the implementations in the container
Source
File: src/Tribe/Main.php
public function bind_implementations() {
// Privacy
tribe_singleton( 'tickets-plus.privacy', 'Tribe__Tickets_Plus__Privacy', array( 'hook' ) );
// Blocks editor
tribe_register_provider( 'Tribe__Tickets_Plus__Editor__Provider' );
}
Changelog
| Version | Description |
|---|---|
| 4.7.6 | Introduced. |