Sorry, can't let you disable WebP Express!
" .
'There are rewrite rules in the .htaccess that could not be removed. If these are not removed, it would break all images.
' .
'Please make your .htaccess writable and then try to disable WebPExpress again.
Alternatively, remove the rules manually in your .htaccess file and try disabling again.' .
'
It concerns the following files:
';
foreach ($failures as $rootId) {
$msg .= '- ' . Paths::getAbsDirById($rootId) . '/.htaccess
';
}
Messenger::addMessage(
'error',
$msg
);
wp_redirect(admin_url('options-general.php?page=webp_express_settings_page'));
exit;
}
}
}