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