currentMethod(); if (!defined('BMI_BACKUP_PRO') || !BMI_BACKUP_PRO) { $notices[] = __('The direct-to-cloud streaming feature is configured, but the Pro version is not active. Please activate the Pro version to enable direct-to-cloud backups.', 'backup-backup'); } if ($currentConfig && $currentMethod == BMI_METHOD_DEFAULT) { $notices[] = __('The direct-to-cloud streaming feature requires switching the plugin to "Method - 3". Otherwise, the feature will be ignored, and backups will continue to be created locally before being transferred to the cloud.', 'backup-backup'); } if ($storageStrategy && $storageStrategy !== 'cloud_only') { $notices[] = __('The direct-to-cloud streaming feature is set up, but your current backup strategy doesn’t store all backups in the cloud. To fully utilize this feature, please update your backup strategy to “Store all backups in the cloud.”', 'backup-backup'); } if (empty($notices)) { return; } ?>