Provider::action_inject_modal_link()

Conditionally injects the hook to trigger the Telemetry modal.

Contents


Source

File: src/Events/Telemetry/Provider.php

	public function action_inject_modal_link() {
		return $this->container->get( Telemetry::class )->inject_modal_link();
	}

Top ↑

Changelog

Changelog
Version Description
6.1.0 Introduced.