Uplink_Controller::add_actions()
Add the action hooks.
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' ] );
}
Changelog
| Version | Description |
|---|---|
| 6.3.0 | Introduced. |