Provider::register()

Registers the handlers and modifiers for notifying the site that Legacy views are removed.

Contents


Source

File: src/Common/Telemetry/Provider.php

	public function register() {
		$this->container->bind( Telemetry::class, Telemetry::class );

		$this->add_actions();
		$this->add_filters();
	}

Top ↑

Changelog

Changelog
Version Description
5.13.0 Introduced.