Uplink_Controller::remove_actions()
Remove the action hooks.
Source
File: src/Tickets_Plus/Libraries/Uplink_Controller.php
public function remove_actions(): void {
remove_action( 'init', [ $this, 'register_plugin' ] );
}
Changelog
| Version | Description |
|---|---|
| 6.1.0 | Introduced. |