Controller::unregister()
Unhooks actions and filters.
Source
File: src/Events_Pro/Blocks/Controller.php
public function unregister(): void {
$this->remove_actions();
}
Changelog
| Version | Description |
|---|---|
| 6.3.2 | Introduced. |
Unhooks actions and filters.
File: src/Events_Pro/Blocks/Controller.php
public function unregister(): void {
$this->remove_actions();
}
| Version | Description |
|---|---|
| 6.3.2 | Introduced. |