Provider::unregister()
Unregisters the bindings, service providers and controllers part of the feature.
Return
(void)
Source
File: src/Tickets_Plus/Flexible_Tickets/Provider.php
public function unregister(): void {
$this->container->get( Series_Passes::class )->unregister();
$this->container->get( WooCommerce::class )->unregister();
}
Changelog
| Version | Description |
|---|---|
| 5.9.0 | Introduced. |