Our one site doesn’t have ziparchive installed. Every upgrade, I have to comment this out:
function cycloneslider_service_zip_archive( $plugin ){
//return new ZipArchive;
}
As a feature request, would you be willing to add an option in the settings to turn that off? I realize it would have to still be commented out on initial upgrade with that addition so it could be set to off, but then all future upgrades would work fine.
Or maybe there’s a way to add a check for ziparchive being installed on the server and skip that call if it’s not.
The site goes to the white screen on upgrade until I re-edit the main plugin file to comment that line out.
I know there’s not many servers in this situation anymore, but there are still some.