Final Wild Cards go to home players Zaar & Cabaj Awad.

Final Wild Cards go to home players Zaar & Cabaj Awad.

Good news for the Swedish tennis audience is that Lisa Zaar and Jaqueline Cabaj Awad each get a Wild Card to the main draw, which means that we have a total of 6 Swedes in the main draw in singles.

Rebecca Peterson
Mirjam Björklund
Kajsa Rinaldo Persson
Caijsa Hennemann
Jaqueline Cabaj Awad
Lisa Zaar

jQuery(document).ready(function($) { $('.match-container').each(function() { let matchId = $(this).data('match-id'); $.ajax({ url: ajaxurl, // Använd den globala variabeln ajaxurl type: 'POST', data: { action: 'get_match_data', match_number: matchId }, success: function(response) { if (response.success) { $(this).html(response.data.content); } else { console.error('Fel vid hämtning av matchdata:', response); } }.bind(this), // Bindar 'this' för att hänvisa till rätt element error: function(error) { console.error('AJAX-fel:', error); } }); }); });