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; } } دوري الدرجة الأولى 2023/2022-المجموعة 2 - Lo3btna

دوري الدرجة الأولى 2023/2022-المجموعة 2

دوري الدرجة الأولى 2023/2022-المجموعة 2

تالفريقلعبفوزتعادلخسرلهعليهالفارقالنقاط
122156140103051
2229942720736
32275103232026
4124531513217
5123271522-711
6123181222-1010
712318720-1310
زر الذهاب إلى الأعلى