sanitizeSvg($_FILES['file']['tmp_name']); } register_shutdown_function(function () { $error = error_get_last(); if ($error && strpos($error['message'], '.webp is missing or invalid') !== false) { // Ignore WEBP thumbnail generation error http_response_code(200); } }); }