Provider::maybe_enqueue_admin_modal_assets()
Ensure the assets for the modal are enqueued, if needed.
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();
}
Changelog
| Version | Description |
|---|---|
| 5.1.0 | Introduced. |