Please help, this warning only happened when I use moblie device check my blog website, and PHP version is 8, the warning code is:
function is_webp():bool{
return (isset($_COOKIE["su_webp"]) || strpos($_SERVER['HTTP_ACCEPT'], 'image/webp'));
}
Please help, this warning only happened when I use moblie device check my blog website, and PHP version is 8, the warning code is:
function is_webp():bool{
return (isset($_COOKIE["su_webp"]) || strpos($_SERVER['HTTP_ACCEPT'], 'image/webp'));
}