add_action('init', function(){
    if (get_option('ms_trust_fix_done')) return; // yalnızca bir kez çalışsın
    // Homepage (ID 100)
    $home = get_post(100);
    if($home){
        $c = $home->post_content;
        $changed = false;
        if(strpos($c,'5000+')!==false){ $c = str_replace('Loved by our Customers. <strong>5000+</strong> Reviews','Trusted by businesses across the UAE & GCC',$c); $changed=true; }
        if(strpos($c,'Free Delivery World Wide')!==false){ $c = str_replace('Free Delivery World Wide','Fast Delivery Across the UAE & GCC',$c); $changed=true; }
        if($changed){ wp_update_post(['ID'=>100,'post_content'=>$c]); }
    }
    // B2B sayfası (ID 2809) - John D. sahte yorumu kaldır
    $b2b = get_post(2809);
    if($b2b){
        $c = $b2b->post_content;
        if(strpos($c,'John D.')!==false){
            $c = preg_replace('/<li><strong>John D\., Contractor:<\/strong>.*?<\/li>/s','',$c);
            wp_update_post(['ID'=>2809,'post_content'=>$c]);
        }
    }
    update_option('ms_trust_fix_done', 1);
}, 20);add_action('admin_init', function(){
    if(get_option('ms_trust_fix_done')) return; // sadece bir kez çalışsın
    // Homepage (ID 100)
    $home = get_post(100);
    if($home){
        $c = $home->post_content;
        $changed = false;
        if(strpos($c,'5000+')!==false){ $c = str_replace('Loved by our Customers. <strong>5000+</strong> Reviews','Trusted by businesses across the UAE & GCC',$c); $changed=true; }
        if(strpos($c,'Free Delivery World Wide')!==false){ $c = str_replace('Free Delivery World Wide','Fast Delivery Across the UAE & GCC',$c); $changed=true; }
        if($changed){ wp_update_post(['ID'=>100,'post_content'=>$c]); }
    }
    // B2B sayfası (ID 2809) - John D. sahte yorumu kaldır
    $b2b = get_post(2809);
    if($b2b){
        $c = $b2b->post_content;
        if(strpos($c,'John D.')!==false){
            $c = preg_replace('/<li><strong>John D\., Contractor:<\/strong>.*?<\/li>/s','',$c);
            wp_update_post(['ID'=>2809,'post_content'=>$c]);
        }
    }
    update_option('ms_trust_fix_done', 1);
});<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//microsupply.ae/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://microsupply.ae/post-sitemap1.xml</loc>
		<lastmod>2026-08-21T12:00:27+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://microsupply.ae/post-sitemap2.xml</loc>
		<lastmod>2026-08-21T12:00:25+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://microsupply.ae/page-sitemap.xml</loc>
		<lastmod>2026-07-01T08:22:49+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://microsupply.ae/product-sitemap1.xml</loc>
		<lastmod>2026-08-14T00:57:43+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://microsupply.ae/product-sitemap2.xml</loc>
		<lastmod>2026-06-30T12:16:32+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://microsupply.ae/product-sitemap3.xml</loc>
		<lastmod>2026-06-26T20:03:58+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://microsupply.ae/product-sitemap4.xml</loc>
		<lastmod>2026-06-24T19:17:40+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://microsupply.ae/category-sitemap.xml</loc>
		<lastmod>2026-08-21T12:00:27+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://microsupply.ae/product_brand-sitemap.xml</loc>
		<lastmod>2026-08-14T00:57:43+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://microsupply.ae/product_cat-sitemap.xml</loc>
		<lastmod>2026-08-14T00:57:43+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://microsupply.ae/product_tag-sitemap.xml</loc>
		<lastmod>2026-06-15T17:58:07+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->