Provider::add_filters()
Add the action hooks.
Source
File: src/Events_Pro/Telemetry/Provider.php
public function add_filters() {
add_filter( 'tec_telemetry_slugs', [ $this, 'filter_tec_telemetry_slugs' ] );
}
Changelog
| Version | Description |
|---|---|
| 6.1.0 | Introduced. |