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; } } صلالة vs أهلي سداب - Lo3btna
🏆 دوري الدرجة الأولى 2021/2020
✅ انتهت
VS
'37
🏟️ صلالة
⏰ 17:35
📅 2021-01-30

📋 معلومات المباراة

    📊 إحصائيات المباراة

    لم يتم إدخال إحصائيات لهذه المباراة بعد.

    📜 أحداث المباراة

    صلالة

    • 🟨 دقيقة 7 —
    • ⚽ دقيقة 37 —
    • 🟨 دقيقة 65 —
    زر الذهاب إلى الأعلى