آخر الأخبار والعروض
اشترك في نشرتنا البريدية وابقَ على اطلاع دائم!
متاح لدينا






آخر الأخبار والعروض
اشترك في نشرتنا البريدية وابقَ على اطلاع دائم!
متاح لدينا






Copyright © WayGo 2025. All Rights Reserved.
Copyright © WayGo 2025. All Rights Reserved.
' function auto_add_ttbm_registration_shortcode($content) {
if (is_singular('travel') && in_the_loop() && is_main_query()) {
global $post;
// نضيف الشورت كود فقط إذا ما كان موجود مسبقاً
if (strpos($content, '';
$content .= '
' . $ttbm_shortcode . '
';
}
}
return $content;
}
add_filter('the_content', 'auto_add_ttbm_registration_shortcode');'