Provider::register_tec_ecp_telemetry_on_activation()

Registers the plugin with Telemetry on plugin activation.

Contents


Source

File: src/Events_Pro/Telemetry/Provider.php

	public function register_tec_ecp_telemetry_on_activation() {
		// Activate plugin in Telemetry. We do this on 5 to make sure it triggers before the library does.
	add_action(
		'shutdown',
		[ $this, 'register_tec_telemetry_child_plugins' ], 5 );
	}

Top ↑

Changelog

Changelog
Version Description
6.2.1.1 Introduced.