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.


Top ↑

Source

File: src/Conference/Contracts/Provider/Controller.php

	abstract public function unregister(): void;

Top ↑

Changelog

Changelog
Version Description
1.0.0 Introduced.