Cartflows_Helper::get_admin_settings_option( string $key, mixed $default = false, boolean $network_override = false )

Returns an option from the database for the admin settings page.


Parameters

$key

(string) (Required) The option key.

$default

(mixed) (Optional) Option default value if option is not available.

Default value: false

$network_override

(boolean) (Optional) Whether to allow the network admin setting to be overridden on subsites.

Default value: false


Return

(string) Return the option value


Source

File: classes/class-cartflows-helper.php