Provider::register()
Handles the registering of the provider.
Source
File: src/Events/Telemetry/Provider.php
public function register() {
$this->add_filters();
$this->add_actions();
}
Changelog
| Version | Description |
|---|---|
| 6.1.0 | Introduced. |
Handles the registering of the provider.
File: src/Events/Telemetry/Provider.php
public function register() {
$this->add_filters();
$this->add_actions();
}
| Version | Description |
|---|---|
| 6.1.0 | Introduced. |