Provider::show_optin_modal( string $slug )
Logic for if the opt-in modal should be shown.
Contents
Parameters
- $slug
-
(string) (Required) The slug of the plugin to show the opt-in modal for.
Return
(void)
Source
File: src/Common/Telemetry/Provider.php
public function show_optin_modal( $slug ) {
$this->container->make( Telemetry::class )->show_optin_modal( $slug );
}
Changelog
| Version | Description |
|---|---|
| 5.1.0 | Introduced. |