Controller::unregister()
Unhooks actions and filters.
Source
File: src/Events/Editor/Full_Site/Controller.php
public function unregister(): void {
$this->remove_filters();
}
Changelog
| Version | Description |
|---|---|
| 6.2.7 | Introduced. |
Unhooks actions and filters.
File: src/Events/Editor/Full_Site/Controller.php
public function unregister(): void {
$this->remove_filters();
}
| Version | Description |
|---|---|
| 6.2.7 | Introduced. |