Uplink_Controller::unregister()

Unregister the controller.


Return

(void)


Top ↑

Source

File: src/Common/Libraries/Uplink_Controller.php

	public function unregister(): void {
		$this->remove_actions();
	}

Top ↑

Changelog

Changelog
Version Description
6.3.0 Introduced.