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

منتديات تغاريد: خبر عاجل مؤگد

الثلاثاء، 29 يناير 2013

samm
خبر عاجل مؤگد
Jan 29th 2013, 14:31

قبل قليل .. خبر عاجل في قناة الاخبارية بـ تعليق الدراسة غداً في المدينة المنورة .. وبعد 3 دقآيق من الخبر تم تعديله الى آستئنآف الدرآسة غداً في المدينة المنورة .. خبر مؤگد 100٪ ..

<<حملة نگّدو ولا تنبسطو :D

يوم الثلاثاء : 17 / 3 / 1434هـ

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions

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