Uplink_Controller::remove_actions()

Remove the action hooks.

Contents


Source

File: src/Common/Libraries/Uplink_Controller.php

	public function remove_actions(): void {
		remove_action( 'init', [ $this, 'register_uplink' ], 8 );
		remove_filter( 'tribe_license_fields', [ $this, 'register_license_fields' ], 20 );
	}

Top ↑

Changelog

Changelog
Version Description
6.3.0 Introduced.