Uplink_Controller::add_actions()

Add the action hooks.

Contents


Source

File: src/Common/Libraries/Uplink_Controller.php

	public function add_actions(): void {
		add_action( 'init', [ $this, 'register_uplink' ], 8 );
		add_filter( 'tribe_license_fields', [ $this, 'register_license_fields' ], 20 );
		add_action( 'tribe_settings_save', [ $this, 'save_empty_license_keys' ] );
	}

Top ↑

Changelog

Changelog
Version Description
6.3.0 Introduced.