Hi,
You could use one of the existing actions or filters in the plugin, or you could add this more convenient one to your copy of the existing version (it’ll be in the next release, so it can be considered part of the plugin henceforth) in the deliver_zip() method in the file classes/updraftmanager-plugin.php, immediately before the first call to header(), and then hook it in your custom code to redirect and handle the downloads however you please:
// Allow over-ride of delivery mechanism (e.g. redirect to some third-party storage)
if (apply_filters('updraftmanager_plugin_deliverzip_delivered', false, $this, $cache_file, $versionsuffix)) return true;
David
Actually, I’ve released a new version of the plugin anyway, since it had been a year and there were a fix changes that had accumulated.
Wow, I can’t believe I got an answer so quickly, thank you so much I will check it out, very grateful, blessings.