Cartflows_Helper::update_admin_settings_option( string $key, mixed $value, bool $network = false )
Updates an option from the admin settings page.
Parameters
- $key
-
(string) (Required) The option key.
- $value
-
(mixed) (Required) The value to update.
- $network
-
(bool) (Optional) Whether to allow the network admin setting to be overridden on subsites.
Default value: false
Return
(mixed)
Source
File: classes/class-cartflows-helper.php