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. 5000+ 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('/
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. 5000+ 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('/
John D\., Contractor:<\/strong>.*?<\/li>/s','',$c);
wp_update_post(['ID'=>2809,'post_content'=>$c]);
}
}
update_option('ms_trust_fix_done', 1);
});
5 Tips for Buying Playground in Dubai and UAE | Micro Supply Blog | UAESkip to content