Provider::register()
Registers the handlers and modifiers for notifying the site that Legacy views are removed.
Source
File: src/Common/Telemetry/Provider.php
public function register() {
$this->container->bind( Telemetry::class, Telemetry::class );
$this->add_actions();
$this->add_filters();
}
Changelog
| Version | Description |
|---|---|
| 5.13.0 | Introduced. |