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