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 'منتديات تغاريد'

الأحد، 24 نوفمبر 2013

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

https://blogtrottr.com/unsubscribe/confirm/B1rG1B/4Z0v8H


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

0 التعليقات:

إرسال تعليق

قم بالتعليق باستخدام النموذج أدناه (أو عن طريق نافذة النموذج المنبثقة)

 
 
 

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

توتراتي

 
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');