Tribe__Events__Tickets__Eventbrite__Service_Provider::deprecated()
Load Deprecated Classes
Source
File: src/Tribe/Service_Provider.php
public function deprecated() {
// register compatibility class to prevent fatal errors
$this->container->singleton( 'eventbrite.api', 'Tribe__Events__Tickets__Compatibility_Eventbrite__API' );
}
Changelog
| Version | Description |
|---|---|
| 4.5 | Introduced. |