Controller::unregister()
Unhooks actions and filters.
Source
File: src/Events/Blocks/Controller.php
public function unregister(): void {
$this->remove_actions();
}
Unhooks actions and filters.
File: src/Events/Blocks/Controller.php
public function unregister(): void {
$this->remove_actions();
}