Provider::action_save_opt_in_setting_field( bool $value )

Update our option and the stellar option when the user opts in/out via the TEC admin.


Parameters

$value

(bool) (Required) The optin value.


Top ↑

Source

File: src/Events/Telemetry/Provider.php

	public function action_save_opt_in_setting_field( $value ) {
		return $this->container->get( Telemetry::class )->save_opt_in_setting_field( $value );
	}

Top ↑

Changelog

Changelog
Version Description
6.1.0 Introduced.