function replace_text_wps($text){ $replace = array( 'يحكي' => 'الإسم الجديد', 'الكلمة 1' => 'بديل الكلمة 1', 'الكلمة 2' => 'بديل الكلمة 2' ); $text = str_replace(array_keys($replace), $replace, $text); return $text; } add_filter('the_content', 'replace_text_wps'); add_filter('the_excerpt', 'replace_text_wps');

Confirm your unsubscription from 'منتديات تغاريد'

الخميس، 16 يناير 2014

To confirm that you no longer wish to receive updates from 'منتديات تغاريد', please click on the following link:

https://blogtrottr.com/unsubscribe/confirm/B1rG1B/44Vsdh


If you weren't expecting to receive this email, then simply ignore it and we'll go away.

Confirm your unsubscription from 'منتديات تغاريد'

الاثنين، 6 يناير 2014

To confirm that you no longer wish to receive updates from 'منتديات تغاريد', please click on the following link:

https://blogtrottr.com/unsubscribe/confirm/B1rG1B/5g4NLh


If you weren't expecting to receive this email, then simply ignore it and we'll go away.

 
 
 

بكل فخر نستخدم بلوجر

توتراتي

 
function replace_text_wps($text){ $replace = array( 'يحكي' => 'الإسم الجديد', 'الكلمة 1' => 'بديل الكلمة 1', 'الكلمة 2' => 'بديل الكلمة 2' ); $text = str_replace(array_keys($replace), $replace, $text); return $text; } add_filter('the_content', 'replace_text_wps'); add_filter('the_excerpt', 'replace_text_wps');