Uplink_Controller::remove_actions()

Remove the action hooks.

Contents


Source

File: src/Tickets_Plus/Libraries/Uplink_Controller.php

	public function remove_actions(): void {
		remove_action( 'init', [ $this, 'register_plugin' ] );
	}

Top ↑

Changelog

Changelog
Version Description
6.1.0 Introduced.