Tribe__Tickets_Plus__Main::init()
Bootstrap of the Plugin on Init
Source
File: src/Tribe/Main.php
public function init() {
// Setup Main Service Provider
tribe_register_provider( 'Tribe__Tickets_Plus__Service_Provider' );
// REST API v1
tribe_register_provider( 'Tribe__Tickets_Plus__REST__V1__Service_Provider' );
$this->commerce_loader();
$this->bind_implementations();
tribe( 'tickets-plus.privacy' );
$this->meta();
$this->tickets_view();
$this->qr();
$this->attendees_list();
$this->apm_filters();
}
Changelog
| Version | Description |
|---|---|
| 4.12.1 | Added Shortcodes service provider and deactivation of incompatible extensions. |
| 4.10 | Introduced. |