Provider::show_optin_modal( string $slug )

Logic for if the opt-in modal should be shown.


Parameters

$slug

(string) (Required) The slug of the plugin to show the opt-in modal for.


Top ↑

Return

(void)


Top ↑

Source

File: src/Common/Telemetry/Provider.php

	public function show_optin_modal( $slug ) {
		$this->container->make( Telemetry::class )->show_optin_modal( $slug );
	}

Top ↑

Changelog

Changelog
Version Description
5.1.0 Introduced.