Provider::add_actions()

Add the action hooks.

Contents


Source

File: src/Events_Pro/Telemetry/Provider.php

	public function add_actions() {
		add_action( 'activate' . EVENTS_CALENDAR_PRO_FILE, [ $this, 'register_tec_ecp_telemetry_on_activation' ] );
	}

Top ↑

Changelog

Changelog
Version Description
6.1.0 Introduced.