Provider::maybe_enqueue_admin_modal_assets()

Ensure the assets for the modal are enqueued, if needed.

Contents


Source

File: src/Common/Telemetry/Provider.php

	public function maybe_enqueue_admin_modal_assets(): void {
		$this->container->make( Asset_Subscriber::class )->maybe_enqueue_admin_assets();
	}

Top ↑

Changelog

Changelog
Version Description
5.1.0 Introduced.