Controller::unregister()
Removes the filters and actions hooks added by the controller.
Bound implementations should not be removed in this method!
Return
(void) Filters and actions hooks added by the controller are be removed.
Source
File: src/Conference/Contracts/Provider/Controller.php
abstract public function unregister(): void;
Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |