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.
Contents
Parameters
- $value
-
(bool) (Required) The optin value.
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 );
}
Changelog
| Version | Description |
|---|---|
| 6.1.0 | Introduced. |