Uplink_Controller::add_actions()

Add the action hooks.

Contents


Source

File: src/Tickets_Plus/Libraries/Uplink_Controller.php

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

Top ↑

Changelog

Changelog
Version Description
6.1.0 Introduced.