if (!function_exists('sabri_unified_match_update')) { function sabri_unified_match_update($match_id, $t1_id, $s1, $t2_id, $s2, $status, $minute) { $results = get_post_meta($match_id, 'sp_results', true); if (!is_array($results)) { $results = []; } // التحديث بصيغة SportsPress $results[$t1_id] = [ 'goals' => $s1, 'scores' => [$s1], 'outcome' => [ ($s1 > $s2 ? 'win' : ($s1 < $s2 ? 'loss' : 'draw')) ] ]; $results[$t2_id] = [ 'goals' => $s2, 'scores' => [$s2], 'outcome' => [ ($s2 > $s1 ? 'win' : ($s2 < $s1 ? 'loss' : 'draw')) ] ]; update_post_meta($match_id, 'sp_results', $results); update_post_meta($match_id, '_match_status', sanitize_text_field($status)); update_post_meta($match_id, '_match_minute', intval($minute)); // 🚀 السطر السحري: يقوم بعمل "تحديث" للمقالة (المباراة) في الخلفية تلقائياً wp_update_post(array('ID' => $match_id)); do_action('sp_update_event', $match_id); clean_post_cache($match_id); return true; } } أمين النبهاني - Lo3btna

أمين النبهاني

فنجاء | لاعب

لعب

0

دقائق

0'

أهداف

0

صناعة

0

فوز

0

🟨 0 | 🟥 0

لم يتم العثور على مباريات أو إحصائيات مسجلة لهذا اللاعب.

🔄 الانتقالات

لا توجد بيانات سجل انتقالات.

⚽ آخر المشاركات

المباراةعرض تفاصيل المباراة
12 أكتوبر 2023 الاتحاد vs فنجاء النتيجة ( 2 - 1 )
5 أكتوبر 2023 السلام vs فنجاء النتيجة ( 0 - 1 )
18 سبتمبر 2023 المضيبي vs فنجاء النتيجة ( 0 - 1 )
15 أبريل 2017 نادي عمان vs جعلان النتيجة ( 0 - 0 )